]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.4.2-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 10 Sep 2012 23:49:20 +0000 (19:49 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 10 Sep 2012 23:49:20 +0000 (19:49 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 990fba9a992de172d270357bcd0b488ca09f36d4..ab291b11c4d67aead3fe0122089ad408f8899053 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2012, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.4.2-alpha])
+AC_INIT([tor],[0.2.4.2-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
index 904a022fa2a82b1692e6aeade385f08f116df489..96e27b46300af83ddff7ad72aa9dad08ae7cdedc 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.2-alpha"
+!define VERSION "0.2.4.2-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 1a2ae572fe97784dc1465e9fe19ac04068c6a8df..beebc6dbdd1e5705e0ee0f4d0fc4ff0915775334 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.2-alpha"
+#define VERSION "0.2.4.2-alpha-dev"