[tor-commits] [tor/maint-0.3.2] update to 0.3.2.3-alpha

nickm at torproject.org nickm at torproject.org
Fri Oct 27 12:59:33 UTC 2017


commit fb885271954b4dd5578ad0849a000ab654a5bb78
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Oct 27 08:59:07 2017 -0400

    update to 0.3.2.3-alpha
---
 configure.ac                        | 2 +-
 contrib/win32build/tor-mingw.nsi.in | 2 +-
 src/win32/orconfig.h                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 668fd4f1f..ca2e803ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.2.2-alpha-dev])
+AC_INIT([tor],[0.3.2.3-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index 02d4ef907..ef35b312a 100644
--- a/contrib/win32build/tor-mingw.nsi.in
+++ b/contrib/win32build/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.2.2-alpha-dev"
+!define VERSION "0.3.2.3-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 6c3000a71..6d3f9fd1c 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -218,7 +218,7 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.2.2-alpha-dev"
+#define VERSION "0.3.2.3-alpha"
 
 
 



More information about the tor-commits mailing list