[tor-commits] [tor/release-0.2.1] bump to 0.2.1.31

arma at torproject.org arma at torproject.org
Thu Oct 27 23:51:30 UTC 2011


commit 484240c4b86283ddb139f309ed768a776db43cad
Author: Roger Dingledine <arma at torproject.org>
Date:   Wed Oct 26 18:03:26 2011 -0400

    bump to 0.2.1.31
---
 configure.in             |    2 +-
 contrib/tor-mingw.nsi.in |    2 +-
 src/win32/orconfig.h     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.in b/configure.in
index 7f7dd2f..f654361 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.1.30)
+AM_INIT_AUTOMAKE(tor, 0.2.1.31)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index 0aae2c7..efb3208 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.30"
+!define VERSION "0.2.1.31"
 !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 5468eaa..12af228 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -226,6 +226,6 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.30"
+#define VERSION "0.2.1.31"
 
 





More information about the tor-commits mailing list