From: Roger Dingledine Date: Mon, 23 Apr 2012 07:34:04 +0000 (-0400) Subject: bump to 0.2.3.14-alpha-dev X-Git-Tag: tor-0.2.3.15-alpha~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdd7e2878b642e3ab06a62d9097ae5e7484240e9;p=thirdparty%2Ftor.git bump to 0.2.3.14-alpha-dev --- diff --git a/configure.in b/configure.in index 5cd312ce27..e2dc0f12fb 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.14-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.3.14-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 3773f9345c..424a1beb23 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.14-alpha" +!define VERSION "0.2.3.14-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 6084f1d1b6..b3e579ed27 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -233,7 +233,7 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.3.14-alpha" +#define VERSION "0.2.3.14-alpha-dev"