]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to Tor 0.2.5.5-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Wed, 18 Jun 2014 19:01:45 +0000 (15:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 18 Jun 2014 19:01:45 +0000 (15:01 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 5ff412178fdaff569e281afa449d99071f907e4f..38d922206878fa249ae152f729d8e84a91dff67a 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2013, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.5.5-alpha])
+AC_INIT([tor],[0.2.5.5-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 5b17ba9727116bc853797f4c45dd16600627ce8c..f7c025e7d6bb37f5f1395f0cb436d9690a28ceb6 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.5.5-alpha"
+!define VERSION "0.2.5.5-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 9c3872906ba80c3c28480b3b9b14e27351c75040..4698a2cbe77b67283c026d5d3df2e58f83f0e91c 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.5-alpha"
+#define VERSION "0.2.5.5-alpha-dev"