]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
today is the day for 0.2.3.16-alpha
authorRoger Dingledine <arma@torproject.org>
Tue, 5 Jun 2012 16:14:57 +0000 (12:14 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 5 Jun 2012 16:14:57 +0000 (12:14 -0400)
ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index f7625817d10cfba4bda1fb2e7b6c3088cd933fa5..a856bb3df3aa9db83205830e947a7509875b36a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.3.16-alpha - 2012-06-0?
+Changes in version 0.2.3.16-alpha - 2012-06-05
   o Major bugfixes (general):
     - Work around a bug in OpenSSL that broke renegotiation with TLS
       1.1 and TLS 1.2. Without this workaround, all attempts to speak
index 56cf3d6d3316b7ac732c3365a4216a75ecf97395..50122754f9c2c92087bad071c94231428a95b2ba 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2012, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.3.15-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.3.16-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 2fb0b187c38fe1b340351c3761bb3ed98aef64b5..4d01bc1e3ae76b29fdec88574002ceda0092774d 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.15-alpha-dev"
+!define VERSION "0.2.3.16-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index a08d0c6b5867fe38aeda30406e86a3f0cd174f4d..a5443822f0313011ea0f5d85f42273dd3ba5d8ef 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.15-alpha-dev"
+#define VERSION "0.2.3.16-alpha"