]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r15644@tombo: nickm | 2007-12-23 12:56:38 -0500
authorNick Mathewson <nickm@torproject.org>
Sun, 23 Dec 2007 17:57:07 +0000 (17:57 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 23 Dec 2007 17:57:07 +0000 (17:57 +0000)
 Bump to 0.2.0.14-alpha-dev

svn:r12944

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

index 1f95132ade80d17c2ce47c5e7d77b48a77b5f3d0..d7880a9956c575625bfa58e0c19272f2c70f2004 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.2.0.14-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.0.14-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 153c9338020f8c6b97910ae49f8fbf7acd85aaf1..ccd2d05b8357d1dfa649594341b4a74c3a5d3961 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.0.14-alpha"
+!define VERSION "0.2.0.14-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 22a2a04359571700b52e3e00d902a8ddd03cb186..3b0e1ad75787dd9ba83152c31cf722f929ba4636 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.0.14-alpha"
+#define VERSION "0.2.0.14-alpha-dev"