]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.5.4-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Sat, 26 Apr 2014 03:38:12 +0000 (23:38 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 26 Apr 2014 03:38:12 +0000 (23:38 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

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