diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-26 17:39:22 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-26 17:39:22 +0000 |
commit | f182e9707f831b24aeb12785746f5163780163ec (patch) | |
tree | 93ba4b4d6fc1c2d7a1f029b0ed33c3d3a3a45434 | |
parent | f7adc017c403a5344e30af6391c08cf38865484c (diff) | |
download | tor-f182e9707f831b24aeb12785746f5163780163ec.tar.gz tor-f182e9707f831b24aeb12785746f5163780163ec.zip |
Bump version to 0.2.1.9-alpha-dev
svn:r17787
-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 f979706bfe..58ea9484eb 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.9-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.1.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 e73f8a3067..b0d4f2fc36 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.9-alpha" +!define VERSION "0.2.1.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 4488527320..29bce8a74a 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.9-alpha" +#define VERSION "0.2.1.9-alpha-dev" |