diff options
author | Roger Dingledine <arma@torproject.org> | 2008-01-17 19:56:33 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-01-17 19:56:33 +0000 |
commit | 60a3df5a09ec071bc3a7eba1055986a178e46f98 (patch) | |
tree | c4c850fa077bb34760b97c3938f5ae7ca9c6464c | |
parent | fe2f9a29f82664b42ee757ecc1f355549ce5943e (diff) | |
download | tor-0.2.0.16-alpha.tar.gz tor-0.2.0.16-alpha.zip |
bump to 0.2.0.16-alphator-0.2.0.16-alpha
svn:r13160
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/win32/orconfig.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index c6dc7ea503..54851f4d63 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.0.15-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.0.16-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 6b91abd74c..26b17247f6 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -227,6 +227,6 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.0.15-alpha-dev" +#define VERSION "0.2.0.16-alpha" |