]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.1-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Thu, 6 Sep 2012 00:05:50 +0000 (20:05 -0400)
committerRoger Dingledine <arma@torproject.org>
Thu, 6 Sep 2012 00:05:50 +0000 (20:05 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

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