]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Increment release to 0.2.2.35
authorNick Mathewson <nickm@torproject.org>
Thu, 15 Dec 2011 17:02:38 +0000 (12:02 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 15 Dec 2011 17:02:38 +0000 (12:02 -0500)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 12a11a48e4b8ff829171517b976ea7fb49e544e8..c427a5c36196c8d38748e361d3018e79fc7be6b6 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.2.34)
+AM_INIT_AUTOMAKE(tor, 0.2.2.35)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 31ed8c48cc7239ed9196c3df0d0172a183481aef..fe39f30bbad084bdb9d9bd8ddda6a0ebbfa587cf 100644 (file)
@@ -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"
index f9c03668c81c5e099f9136a0f5c5f95877669a05..3acaf60edbc3cd3aa0f98e95ecdd16dcfbe5a01c 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.34"
+#define VERSION "0.2.2.35"