From: Roger Dingledine Date: Mon, 30 Jul 2007 03:40:51 +0000 (+0000) Subject: bump to 0.2.0.3-alpha X-Git-Tag: tor-0.2.0.3-alpha~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e118efb545c7a766d98a69d7a9f704edfac8d5c2;p=thirdparty%2Ftor.git bump to 0.2.0.3-alpha svn:r10982 --- diff --git a/configure.in b/configure.in index 28039bf100..1a77d6c16f 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.2-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.0.3-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index d06f282057..c0a71fcf92 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.2-alpha-dev" +!define VERSION "0.2.0.3-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 43a5a92a3e..fc0bd261dd 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.2-alpha-dev" +#define VERSION "0.2.0.3-alpha"