diff --git a/configure.in b/configure.in index e3c8b96f42..2681a320af 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.1.1.13-alpha-cvs) +AM_INIT_AUTOMAKE(tor, 0.1.1.14-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor.nsi b/contrib/tor.nsi index 1e6381b007..ce17bd58a3 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.13-alpha-cvs" +!define VERSION "0.1.1.14-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 331e02178f..a0b23a8c69 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -221,5 +221,5 @@ #define HAVE_EVENT_H /* Version number of package */ -#define VERSION "0.1.1.13-alpha-cvs" +#define VERSION "0.1.1.14-alpha"