diff options
author | Roger Dingledine <arma@torproject.org> | 2007-08-08 04:12:05 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-08-08 04:12:05 +0000 |
commit | 9d2b1004b106b2ea8e4e3821c2f23c09562bdd54 (patch) | |
tree | 60bc2b3875afea22e2e91076732b0ea6415ce049 | |
parent | 2da987306982313fb59821d030218ebb1b389322 (diff) | |
download | tor-9d2b1004b106b2ea8e4e3821c2f23c09562bdd54.tar.gz tor-9d2b1004b106b2ea8e4e3821c2f23c09562bdd54.zip |
bump to 0.2.0.4-alpha-dev
svn:r11056
-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 3ce43a75a8..ce045f486b 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.0.4-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.0.4-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 493e35725b..10264a2b2d 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -5,7 +5,7 @@ ; !include "MUI.nsh" -!define VERSION "0.2.0.4-alpha" +!define VERSION "0.2.0.4-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 0567cb95c4..2284d523a7 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.0.4-alpha" +#define VERSION "0.2.0.4-alpha-dev" |