From: Roger Dingledine Date: Thu, 8 Dec 2011 21:25:36 +0000 (-0500) Subject: bump to 0.2.3.9-alpha-dev X-Git-Tag: tor-0.2.3.10-alpha~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a76994d62a6ab1f1a3f9c7e96a097d0dbd4bc05;p=thirdparty%2Ftor.git bump to 0.2.3.9-alpha-dev --- diff --git a/configure.in b/configure.in index 598998e9f4..84eaca6ec6 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc. dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.3.9-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.3.9-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 eacd3d3b0d..4c3d9c5410 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -8,7 +8,7 @@ !include "LogicLib.nsh" !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.2.3.9-alpha" +!define VERSION "0.2.3.9-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 d616c1642a..e51b63893a 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -234,7 +234,7 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.3.9-alpha" +#define VERSION "0.2.3.9-alpha-dev"