]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump version to 0.2.5.5-alpha. Not released yet.
authorNick Mathewson <nickm@torproject.org>
Mon, 16 Jun 2014 19:32:35 +0000 (15:32 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 16 Jun 2014 19:32:35 +0000 (15:32 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index deaa9398178a5ddf7b660f1c22f9fa3f2adb3dc2..5ff412178fdaff569e281afa449d99071f907e4f 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.4-alpha-dev])
+AC_INIT([tor],[0.2.5.5-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 0e1594dd369e846564b473fe97f8e8b7b89f3dd5..5b17ba9727116bc853797f4c45dd16600627ce8c 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.5.4-alpha-dev"
+!define VERSION "0.2.5.5-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 7b5877cf9d315fb0db19eb5d1afe856791fc518d..9c3872906ba80c3c28480b3b9b14e27351c75040 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.4-alpha-dev"
+#define VERSION "0.2.5.5-alpha"