]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.2.5-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Mon, 12 Oct 2009 19:28:29 +0000 (15:28 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 12 Oct 2009 19:28:29 +0000 (15:28 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 62451e6705fef23a3a12156166c37221545b5da6..7ffa578d694a1e6312336a32e96f7adb3edaed41 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.5-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.2.5-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 4fe579abe4f533a82fbda6d7522547f7f2c9dffb..f063d3b04643e65f96b35931589b11255a68dfe5 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.2.5-alpha"
+!define VERSION "0.2.2.5-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index fcd3be497cb0cadd17072e755c43d9305553913e..0c4c5ccd6b19cd4fff4f6084d8ccc8496f83d0e0 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.5-alpha"
+#define VERSION "0.2.2.5-alpha-dev"