summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
-rw-r--r--contrib/tor.nsi2
-rw-r--r--src/win32/orconfig.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ea6e862e49..bc8c3dc7a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -168,7 +168,7 @@ Changes in version 0.0.9.7 - 2005-04-01
creating actual system users.
- Note where connection-that-hasn't-sent-end was marked, and fix
a few really loud instances of this harmless bug (it's fixed more
- in 0.1.0.x.)
+ in 0.1.0.x).
Changes in version 0.0.9.6 - 2005-03-24
diff --git a/configure.in b/configure.in
index 4cc90c5d77..9ca32f7f68 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.0.1-rc-cvs)
+AM_INIT_AUTOMAKE(tor, 0.1.0.2-rc)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
diff --git a/contrib/tor.nsi b/contrib/tor.nsi
index 95dd054f73..25a3faf568 100644
--- a/contrib/tor.nsi
+++ b/contrib/tor.nsi
@@ -31,7 +31,7 @@
!include "MUI.nsh"
-!define VERSION "0.1.0.1-rc-cvs"
+!define VERSION "0.1.0.2-rc"
!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 28b60d531a..bfe9b2a5a9 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -204,4 +204,4 @@
#define HAVE_EVENT_H
/* Version number of package */
-#define VERSION "0.1.0.1-rc-cvs"
+#define VERSION "0.1.0.2-rc"