From: Roger Dingledine Date: Sat, 10 Nov 2007 20:30:54 +0000 (+0000) Subject: prepare for 0.2.0.10-alpha-dev X-Git-Tag: tor-0.2.0.11-alpha~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=462643c756cb5b4791635ff39b2009608d971579;p=thirdparty%2Ftor.git prepare for 0.2.0.10-alpha-dev svn:r12458 --- diff --git a/ChangeLog b/ChangeLog index 9957844cd0..668c360956 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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"