From 5de85f54ba0c0d21f99cc1e1053da6076eeae4e4 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 1 Apr 2005 14:13:31 +0000 Subject: bump version to 0.1.0.2-rc svn:r3969 --- ChangeLog | 2 +- configure.in | 2 +- contrib/tor.nsi | 2 +- src/win32/orconfig.h | 2 +- 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" -- cgit v1.2.3-54-g00ecf