From da3b058785e9c4c3983d10de586f1ca3115be334 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 6 Jun 2011 12:02:03 +0000 Subject: Fix linking for examples Update download links before I forget --- doc/download.txt | 50 ++++++++++++++++++++++++------------------------ doc/examples/GNUmakefile | 2 +- 2 files changed, 26 insertions(+), 26 deletions(-) (limited to 'doc') diff --git a/doc/download.txt b/doc/download.txt index c8b59ebc0..7d189d10a 100644 --- a/doc/download.txt +++ b/doc/download.txt @@ -13,10 +13,33 @@ Unsure which release you want? Check the :ref:`FAQ `. If you are viewing this documentation offline, a more recent release `may be available `_ -Current Stable Release +Current Stable Release (1.10) ---------------------------------------- -The current stable release is `1.8.11 +The current stable release is `1.10.0 +`_ which was +released on ?. + +Sources: + +`1.10.0 tar/gz `_ +(`1.10.0 tar/gz sig `_), + +`1.10.0 tar/bzip `_ +(`1.10.0 tar/bzip sig `_) + +Windows binary installer for use with Visual C++ 2010: + +`1.10.0 x86-32 installer +`_ + +`1.10.0 x86-64 installer +`_ + +Previous Stable Release (1.8) +---------------------------------------- + +The previous stable release is `1.8.11 `_ which was released on 2010-11-02. @@ -36,29 +59,6 @@ Windows binary installer for use with Visual C++ 2008: `1.8.11 x86-64 installer `_ -Current Development Release ----------------------------------------- - -The current development release is `1.9.18 -`_ which was -released on 2011-06-03. - -Sources: - -`1.9.18 tar/gz `_ -(`1.9.18 tar/gz sig `_), - -`1.9.18 tar/bzip `_ -(`1.9.18 tar/bzip sig `_) - -Windows binary installer for use with Visual C++ 2010: - -`1.9.18 x86-32 installer -`_ - -`1.9.18 x86-64 installer -`_ - Accessing Version Control ---------------------------------------- diff --git a/doc/examples/GNUmakefile b/doc/examples/GNUmakefile index 94af4513a..a5da47a7c 100644 --- a/doc/examples/GNUmakefile +++ b/doc/examples/GNUmakefile @@ -3,7 +3,7 @@ BOTAN_CONFIG = botan-config CXX = g++ CFLAGS = -O2 -ansi -W -Wall -I../../build/include -LIBS = -L../.. -lbotan-1.9 +LIBS = -L../.. -lbotan-1.10 SRCS=$(wildcard *.cpp) -- cgit v1.2.3