diff options
author | Roger Dingledine <arma@torproject.org> | 2006-02-21 04:13:49 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-02-21 04:13:49 +0000 |
commit | dda54db36d1c67f075fc55f09147edef8f35d3ac (patch) | |
tree | 2460ae7f09fa2eff1733fa265ddcabeb52a509b4 | |
parent | f797ce5e597a4b03f725aab1d727a3efb00d1284 (diff) | |
download | tor-dda54db36d1c67f075fc55f09147edef8f35d3ac.tar tor-dda54db36d1c67f075fc55f09147edef8f35d3ac.tar.gz |
bump to 0.1.1.14-alpha-cvs, and we're off.
svn:r6062
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | contrib/tor.nsi | 2 | ||||
-rw-r--r-- | src/win32/orconfig.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 2681a320a..291469085 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.14-alpha) +AM_INIT_AUTOMAKE(tor, 0.1.1.14-alpha-cvs) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor.nsi b/contrib/tor.nsi index ce17bd58a..ae17a9f62 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.14-alpha" +!define VERSION "0.1.1.14-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 a0b23a8c6..0084163b2 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.14-alpha" +#define VERSION "0.1.1.14-alpha-cvs" |