diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-10 20:30:54 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-10 20:30:54 +0000 |
commit | 462643c756cb5b4791635ff39b2009608d971579 (patch) | |
tree | f74ef0e20e77b322a14f7669c6e5d9dae2800036 | |
parent | 7050df72454ef8f7e49f42d178ac6ef0ba19ec7c (diff) | |
download | tor-462643c756cb5b4791635ff39b2009608d971579.tar.gz tor-462643c756cb5b4791635ff39b2009608d971579.zip |
prepare for 0.2.0.10-alpha-dev
svn:r12458
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | contrib/tor-mingw.nsi.in | 2 | ||||
-rw-r--r-- | src/win32/orconfig.h | 2 |
4 files changed, 6 insertions, 3 deletions
@@ -1,3 +1,6 @@ +Changes in version 0.2.0.11-alpha - 2007-11-?? + + Changes in version 0.2.0.10-alpha - 2007-11-10 o New directory authorities: - Set up ides (run by Mike Perry) as the third v3 directory authority. diff --git a/configure.in b/configure.in index 10b9d428e0..2a1fa291aa 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.10-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.0.10-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index 5cbeac36f2..3b905c62a0 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -5,7 +5,7 @@ ; !include "MUI.nsh" -!define VERSION "0.2.0.10-alpha" +!define VERSION "0.2.0.10-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index bdafc8a969..e52f3920ea 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.10-alpha" +#define VERSION "0.2.0.10-alpha-dev" |