]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.2.3-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Wed, 23 Sep 2009 04:24:37 +0000 (00:24 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 23 Sep 2009 04:24:37 +0000 (00:24 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index e2ae2a15379a73221bcda77aa7478dfca8b2824e..cf6e8fcb973a2464641273fdffd704e3d783299b 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.2.3-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.2.3-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 5fe14e86588aee03e54dffdf9202a69f80f81e21..080ac5f8cb0de924c218495bd721862e372175a4 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.2.3-alpha"
+!define VERSION "0.2.2.3-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index ef62990712a8060af3c1a4db74a7e5cb503f760a..8ce38b6f8571db18b4b5e30491f18723e108392f 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.3-alpha"
+#define VERSION "0.2.2.3-alpha-dev"