]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.3.14-alpha
authorRoger Dingledine <arma@torproject.org>
Mon, 23 Apr 2012 07:17:28 +0000 (03:17 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 23 Apr 2012 07:17:28 +0000 (03:17 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index e14d56efd948c3fbe466407d02e0a6ca3aabe3c7..5cd312ce270ef762bea23c638df6239c68d74f1c 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.3.13-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.3.14-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 383a40d577c446acdaf0d8d0d14cf7ba006ebe63..3773f9345c150278322816dff5c54aaf015f9264 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.13-alpha-dev"
+!define VERSION "0.2.3.14-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index dc27f345d7c419798ea26293da27901bb20174cd..6084f1d1b6b70380b122e3d143f0429962ce3ec9 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.13-alpha-dev"
+#define VERSION "0.2.3.14-alpha"