From 473ff753f24c6445be900ace22feeb39dac4fccb Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 19 Aug 2007 07:30:29 +0000 Subject: bump to 0.2.0.5-alpha since we're getting close svn:r11189 --- configure.in | 2 +- contrib/tor-mingw.nsi.in | 2 +- src/or/or.h | 2 +- src/win32/orconfig.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 167c60655..de0c0a74c 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.0.4-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.0.5-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index 10264a2b2..f9e94ab40 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -5,7 +5,7 @@ ; !include "MUI.nsh" -!define VERSION "0.2.0.4-alpha-dev" +!define VERSION "0.2.0.5-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" diff --git a/src/or/or.h b/src/or/or.h index 9d9b8511d..07dd9da0a 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3538,7 +3538,7 @@ typedef enum version_status_t { VS_NEW_IN_SERIES=3, /**< This version is newer than any recommended version * in its series, but later recommended versions exist. */ - VS_UNRECOMMENDED=4 /**< This version is not recommended (general case) */ + VS_UNRECOMMENDED=4 /**< This version is not recommended (general case). */ } version_status_t; typedef struct combined_version_status_t { diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 2284d523a..a5fc4c0a7 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -227,6 +227,6 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.0.4-alpha-dev" +#define VERSION "0.2.0.5-alpha" -- cgit v1.2.3