From fed90c300ff5e8c74a30ce0965da645c8ebb4e01 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 23 Aug 2005 10:01:11 +0000 Subject: downgrade back to 0.1.1.5-alpha-cvs it's going to be another while svn:r4824 --- 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 e6e66dc24..46f033624 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.6-alpha) +AM_INIT_AUTOMAKE(tor, 0.1.1.5-alpha-cvs) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor.nsi b/contrib/tor.nsi index 7c861dbf4..b8b299a73 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.6-alpha" +!define VERSION "0.1.1.5-alpha-cvs" !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 5fff1498c..be7baaf49 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -218,4 +218,4 @@ #define HAVE_EVENT_H /* Version number of package */ -#define VERSION "0.1.1.6-alpha" +#define VERSION "0.1.1.5-alpha-cvs" -- cgit v1.2.3