diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-09 15:26:13 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-09 15:26:13 +0000 |
commit | 135fa82a10a87dc10ef9b5c18d5f917efe82d322 (patch) | |
tree | b417f751dac8fe6606ec8c1eb5fa8bbb71a86a02 | |
parent | c5ec7a367766a301a53318eb0f790b57b046b353 (diff) | |
download | tor-135fa82a10a87dc10ef9b5c18d5f917efe82d322.tar.gz tor-135fa82a10a87dc10ef9b5c18d5f917efe82d322.zip |
bump svn version to 0.2.1.2-alpha-dev
svn:r15806
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | contrib/tor-mingw.nsi.in | 2 | ||||
-rw-r--r-- | src/win32/orconfig.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index c266e31b5e..1c551543f9 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.2-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.1.2-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 8dc14e0281..cba24d9422 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.2-alpha" +!define VERSION "0.2.1.2-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 f548d5f2ca..4cf47eac41 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.1.2-alpha" +#define VERSION "0.2.1.2-alpha-dev" |