bump version to 0.1.0.2-rc

svn:r3969
This commit is contained in:
Roger Dingledine
2005-04-01 14:13:31 +00:00
parent 453a822425
commit 5de85f54ba
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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/"
+1 -1
View File
@@ -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"