From 4cd7bddfc332aa14621235beb649b73f494266b0 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 15 Nov 2005 01:47:11 +0000 Subject: [PATCH] bump to 0.1.1.9-alpha svn:r5374 --- configure.in | 2 +- contrib/tor.nsi | 2 +- src/win32/orconfig.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index a3865ba6e5..5f300c945f 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright 2004-2005 Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.1.1.8-alpha-cvs) +AM_INIT_AUTOMAKE(tor, 0.1.1.9-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor.nsi b/contrib/tor.nsi index 0dc0a0bc5f..4a1ea5c723 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.8-alpha-cvs" +!define VERSION "0.1.1.9-alpha" !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 be064cc99c..24372d33ca 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -221,4 +221,4 @@ #define HAVE_EVENT_H /* Version number of package */ -#define VERSION "0.1.1.8-alpha-cvs" +#define VERSION "0.1.1.9-alpha"