From c2abcc4f1c8f63549f74b202b9581f631b470152 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 14 Jul 2005 22:46:42 +0000 Subject: [PATCH] bump to 0.1.1.2-alpha svn:r4563 --- 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 cd28430882..a2a902d341 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.1-alpha-cvs) +AM_INIT_AUTOMAKE(tor, 0.1.1.2-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor.nsi b/contrib/tor.nsi index da4c6f2316..95c3fecbb9 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.1-alpha-cvs" +!define VERSION "0.1.1.2-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 55c23b7bc2..b154b83f03 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -215,4 +215,4 @@ #define HAVE_EVENT_H /* Version number of package */ -#define VERSION "0.1.1.1-alpha-cvs" +#define VERSION "0.1.1.2-alpha"