From 51b5b808cb06febdfdf89ea0ef8eb50dc39b2f36 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 6 Jun 2005 20:27:36 +0000 Subject: [PATCH] bump cvs to 0.1.1.0-alpha-cvs svn:r4323 --- 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 5e9e9bbf81..6f414032c6 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.0.8-rc) +AM_INIT_AUTOMAKE(tor, 0.1.1.0-alpha-cvs) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor.nsi b/contrib/tor.nsi index 5b46c91c0f..ca80842d95 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.0.8-rc" +!define VERSION "0.1.1.0-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 525f748ebe..cd85b60e88 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.0.8-rc" +#define VERSION "0.1.1.0-alpha-cvs"