]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r12420@Kushana: nickm | 2007-03-03 15:06:53 -0500
authorNick Mathewson <nickm@torproject.org>
Sat, 3 Mar 2007 20:09:07 +0000 (20:09 +0000)
committerNick Mathewson <nickm@torproject.org>
Sat, 3 Mar 2007 20:09:07 +0000 (20:09 +0000)
 Bump version to 0.1.2.9-rc-dev

svn:r9718

configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index cab035be29cec73333ee9108ed4d1b0c957883af..bbdf85afdb8ca441028a043ab89f076d6ee890f4 100644 (file)
@@ -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.1.2.9-rc)
+AM_INIT_AUTOMAKE(tor, 0.1.2.9-rc-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index d49a92bb455208a4d7e299a653bbfb7342fe6241..5a4237d0ebf5a0aed9e0a336eaadca03d6f23985 100644 (file)
@@ -5,7 +5,7 @@
 ;
 !include "MUI.nsh"
 
-!define VERSION "0.1.2.9-rc"
+!define VERSION "0.1.2.9-rc-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "http://tor.eff.org/"
 
index 8bdd44d672a0f81411ef804459721c7737729303..001e49e168e95f102f69af0dc7475aa19129353a 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.1.2.9-rc"
+#define VERSION "0.1.2.9-rc-dev"