[tor-commits] [tor/release-0.2.2] Increment release to 0.2.2.35
nickm at torproject.org
nickm at torproject.org
Fri Dec 16 16:59:39 UTC 2011
commit 7264e0d880d35a30e539b58b1c3d3745342b59ed
Author: Nick Mathewson <nickm at torproject.org>
Date: Thu Dec 15 12:02:38 2011 -0500
Increment release to 0.2.2.35
---
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 12a11a4..c427a5c 100644
--- a/configure.in
+++ b/configure.in
@@ -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.2.34)
+AM_INIT_AUTOMAKE(tor, 0.2.2.35)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index 31ed8c4..fe39f30 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.2.2.34"
+!define VERSION "0.2.2.35"
!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 f9c0366..3acaf60 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -233,5 +233,5 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.2.34"
+#define VERSION "0.2.2.35"
More information about the tor-commits
mailing list