]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r15692@tombo: nickm | 2007-12-25 18:15:50 -0500
authorNick Mathewson <nickm@torproject.org>
Wed, 26 Dec 2007 00:12:05 +0000 (00:12 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 26 Dec 2007 00:12:05 +0000 (00:12 +0000)
 Bump version to 0.2.0.15-alpha-dev

svn:r12982

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

index 1497813985bf8d32f62a4b7573089006c5c9abcc..3244cecde7da1885eada49dd1a05c253e2950efd 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.15-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.0.15-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 5b8427075c10b2febd7e2bb8159383ba53ef493f..e861c33605d7dd860f37725faeac8c7047a0cac6 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.0.15-alpha"
+!define VERSION "0.2.0.15-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 935f29a9ef9c6efd85d2a29f22185ea66cd06036..6b91abd74cab77ec04767edd992122fe9c4d4df1 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.0.15-alpha"
+#define VERSION "0.2.0.15-alpha-dev"