aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-06-02 20:41:10 +0000
committerNick Mathewson <nickm@torproject.org>2007-06-02 20:41:10 +0000
commitd216133c8ef65392bb0e29576807b437bc755021 (patch)
tree1fb3ff5ef42c1f4868df9c28593b67ebbc838e63
parentf6880cbc6b6d9aa81c4b26be9d08bbb33bed65cb (diff)
downloadtor-d216133c8ef65392bb0e29576807b437bc755021.tar.gz
tor-d216133c8ef65392bb0e29576807b437bc755021.zip
r13163@catbus: nickm | 2007-06-02 16:41:07 -0400
We do "-alpha-dev" now, not "-alpha-cvs". svn:r10455
-rw-r--r--configure.in2
-rw-r--r--contrib/tor-mingw.nsi.in2
-rw-r--r--src/win32/orconfig.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 10ce1aa81c..b51c501687 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.1-alpha-cvs)
+AM_INIT_AUTOMAKE(tor, 0.2.0.1-alpha-dev)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index c29596d82b..d215fb9fa7 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -5,7 +5,7 @@
;
!include "MUI.nsh"
-!define VERSION "0.2.0.1-alpha-cvs"
+!define VERSION "0.2.0.1-alpha-dev"
!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 e1bd0f0fde..8d758ba96a 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.0.1-alpha-cvs"
+#define VERSION "0.2.0.1-alpha-dev"