diff options
author | lloyd <[email protected]> | 2011-06-06 12:02:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-06-06 12:02:03 +0000 |
commit | da3b058785e9c4c3983d10de586f1ca3115be334 (patch) | |
tree | 636434166ef0efaf5bc3c41a9ca2f51d4e9ab5c7 /doc | |
parent | 5517cb48903e8f6cf078d2a8ab50a1feacd746db (diff) |
Fix linking for examples
Update download links before I forget
Diffstat (limited to 'doc')
-rw-r--r-- | doc/download.txt | 50 | ||||
-rw-r--r-- | doc/examples/GNUmakefile | 2 |
2 files changed, 26 insertions, 26 deletions
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 <devel_vs_stable>`. If you are viewing this documentation offline, a more recent release `may be available <http://botan.randombit.net/download.html>`_ -Current Stable Release +Current Stable Release (1.10) ---------------------------------------- -The current stable release is `1.8.11 +The current stable release is `1.10.0 +<http://botan.randombit.net/news/releases/1_10_0.html>`_ which was +released on ?. + +Sources: + +`1.10.0 tar/gz <http://botan.randombit.net/files/Botan-1.10.0.tgz>`_ +(`1.10.0 tar/gz sig <http://botan.randombit.net/files/Botan-1.10.0.tgz.asc>`_), + +`1.10.0 tar/bzip <http://botan.randombit.net/files/Botan-1.10.0.tbz>`_ +(`1.10.0 tar/bzip sig <http://botan.randombit.net/files/Botan-1.10.0.tbz.asc>`_) + +Windows binary installer for use with Visual C++ 2010: + +`1.10.0 x86-32 installer +<http://botan.randombit.net/files/win32/botan-1.10.0_win32.exe>`_ + +`1.10.0 x86-64 installer +<http://botan.randombit.net/files/win32/botan-1.10.0_win64.exe>`_ + +Previous Stable Release (1.8) +---------------------------------------- + +The previous stable release is `1.8.11 <http://botan.randombit.net/news/releases/1_8_11.html>`_ 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 <http://botan.randombit.net/files/win32/botan-1.8.11_win64.exe>`_ -Current Development Release ----------------------------------------- - -The current development release is `1.9.18 -<http://botan.randombit.net/news/releases/1_9_18.html>`_ which was -released on 2011-06-03. - -Sources: - -`1.9.18 tar/gz <http://botan.randombit.net/files/Botan-1.9.18.tgz>`_ -(`1.9.18 tar/gz sig <http://botan.randombit.net/files/Botan-1.9.18.tgz.asc>`_), - -`1.9.18 tar/bzip <http://botan.randombit.net/files/Botan-1.9.18.tbz>`_ -(`1.9.18 tar/bzip sig <http://botan.randombit.net/files/Botan-1.9.18.tbz.asc>`_) - -Windows binary installer for use with Visual C++ 2010: - -`1.9.18 x86-32 installer -<http://botan.randombit.net/files/win32/botan-1.9.18_win32.exe>`_ - -`1.9.18 x86-64 installer -<http://botan.randombit.net/files/win32/botan-1.9.18_win64.exe>`_ - 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) |