[or-cvs] [tor/release-0.2.1 24/25] bump to 0.2.1.27
arma at torproject.org
arma at torproject.org
Mon Nov 22 05:14:32 UTC 2010
Author: Roger Dingledine <arma at torproject.org>
Date: Sun, 21 Nov 2010 17:51:56 -0500
Subject: bump to 0.2.1.27
Commit: 9a7db7abaaa421c18979095548b0bdf0696fe2b6
---
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 eab892b..dcd10a9 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.26)
+AM_INIT_AUTOMAKE(tor, 0.2.1.27)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index b98dde3..b4ded14 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.26"
+!define VERSION "0.2.1.27"
!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 bc9b000..3458d73 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.26"
+#define VERSION "0.2.1.27"
--
1.7.1
More information about the tor-commits
mailing list