diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-16 03:29:09 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-16 03:29:09 +0000 |
commit | 3e4f30fbb99b851c6d3e1a750626c07b22858c43 (patch) | |
tree | 6ccc84418356749f3bece2ea5a1290ccac7e475c | |
parent | abdf073f14d511851cf78f34f808c12907504e6f (diff) | |
download | tor-3e4f30fbb99b851c6d3e1a750626c07b22858c43.tar.gz tor-3e4f30fbb99b851c6d3e1a750626c07b22858c43.zip |
bump us to 0.0.9pre6tor-0.0.9pre6
svn:r2902
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | contrib/tor.nsi | 2 | ||||
-rw-r--r-- | src/win32/orconfig.h | 2 | ||||
-rw-r--r-- | tor.spec.in | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index a50db2385b..cc890e8496 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.9pre6-cvs) +AM_INIT_AUTOMAKE(tor, 0.0.9pre6) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor.nsi b/contrib/tor.nsi index d0e02adc53..8198dc6835 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.0.9pre6-cvs" +!define VERSION "0.0.9pre6" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://freehaven.net/tor/" diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index e2930a0ca8..fde0d95d18 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -199,4 +199,4 @@ #define UNALIGNED_INT_ACCESS_OK /* Version number of package */ -#define VERSION "0.0.9pre6-cvs" +#define VERSION "0.0.9pre6" diff --git a/tor.spec.in b/tor.spec.in index 3055e13a5c..9f46707d68 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -6,7 +6,7 @@ # This should be incremented whenever the spec file changes, but # can drop back to zero at a new Tor version -%define specver 3 +%define specver 0 ## Things users may want to change # @@ -34,7 +34,7 @@ # * We replace pre with .pre. and rc with .rc. # * We replace -cvs with .cvs, and lack of -cvs with .release. # -# Note what this scheme will break if we ever use 0 as a last digit for a +# Note that this scheme will break if we ever use 0 as a last digit for a # Tor version: so don't do that. %define is_dev_version %(echo %{native_version} | grep 'cvs\\|pre\\|rc' > /dev/null && echo 1 || echo 0) |