]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.2-alpha
authorRoger Dingledine <arma@torproject.org>
Mon, 10 Sep 2012 21:38:50 +0000 (17:38 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 10 Sep 2012 21:38:50 +0000 (17:38 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 06b16966f77ac766c95523fd8f322fe5a2975a3f..990fba9a992de172d270357bcd0b488ca09f36d4 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.1-alpha-dev])
+AC_INIT([tor],[0.2.4.2-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
index b7163c3eea74621fea25952e56af2b73961120a8..904a022fa2a82b1692e6aeade385f08f116df489 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.1-alpha-dev"
+!define VERSION "0.2.4.2-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 286854fdc2c0f6aa2ec9c23301445657463e99e2..1a2ae572fe97784dc1465e9fe19ac04068c6a8df 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.1-alpha-dev"
+#define VERSION "0.2.4.2-alpha"