From: Roger Dingledine Date: Tue, 6 Jan 2009 20:38:05 +0000 (+0000) Subject: ok, all set to destabilize it again X-Git-Tag: tor-0.2.1.11-alpha~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e61c40e9f40be06a21edff1527ee7458c8e2290e;p=thirdparty%2Ftor.git ok, all set to destabilize it again svn:r17980 --- diff --git a/ChangeLog b/ChangeLog index 27446dc028..7681dd8d69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Changes in version 0.2.1.11-alpha - 2009-01-?? + + Changes in version 0.2.1.10-alpha - 2009-01-06 o Major bugfixes: - If the cached networkstatus consensus is more than five days old, diff --git a/configure.in b/configure.in index b40b72e6ca..aa59e776a5 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc. dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.1.10-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.1.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 e830008442..4f5e15cf91 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -9,7 +9,7 @@ !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.2.1.10-alpha" +!define VERSION "0.2.1.10-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 3619048834..27bc4c67a1 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -226,6 +226,6 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.1.10-alpha" +#define VERSION "0.2.1.10-alpha-dev"