aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-21 04:13:49 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-21 04:13:49 +0000
commitdda54db36d1c67f075fc55f09147edef8f35d3ac (patch)
tree2460ae7f09fa2eff1733fa265ddcabeb52a509b4
parentf797ce5e597a4b03f725aab1d727a3efb00d1284 (diff)
downloadtor-dda54db36d1c67f075fc55f09147edef8f35d3ac.tar.gz
tor-dda54db36d1c67f075fc55f09147edef8f35d3ac.zip
bump to 0.1.1.14-alpha-cvs, and we're off.
svn:r6062
-rw-r--r--configure.in2
-rw-r--r--contrib/tor.nsi2
-rw-r--r--src/win32/orconfig.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 2681a320af..2914690853 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.1.14-alpha)
+AM_INIT_AUTOMAKE(tor, 0.1.1.14-alpha-cvs)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
diff --git a/contrib/tor.nsi b/contrib/tor.nsi
index ce17bd58a3..ae17a9f62b 100644
--- a/contrib/tor.nsi
+++ b/contrib/tor.nsi
@@ -31,7 +31,7 @@
!include "MUI.nsh"
-!define VERSION "0.1.1.14-alpha"
+!define VERSION "0.1.1.14-alpha-cvs"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "http://tor.eff.org/"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index a0b23a8c69..0084163b2c 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -221,5 +221,5 @@
#define HAVE_EVENT_H
/* Version number of package */
-#define VERSION "0.1.1.14-alpha"
+#define VERSION "0.1.1.14-alpha-cvs"