]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump us to 0.0.9pre6 tor-0.0.9pre6
authorRoger Dingledine <arma@torproject.org>
Tue, 16 Nov 2004 03:29:09 +0000 (03:29 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 16 Nov 2004 03:29:09 +0000 (03:29 +0000)
svn:r2902

configure.in
contrib/tor.nsi
src/win32/orconfig.h
tor.spec.in

index a50db2385b624b55dccf80ebaa5ae9d7c2946aac..cc890e8496012f0d72ce50ee7b00462eb32cbe09 100644 (file)
@@ -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
index d0e02adc53cf6d0512c5d15e1ec6a55d59f0993d..8198dc68352c01c0cf36a0d6ce9c24d04a2c41c3 100644 (file)
@@ -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/"
 
index e2930a0ca81ab787ab2b42c33968ff63eb342395..fde0d95d18b48715b959197029d73a1724859313 100644 (file)
 #define UNALIGNED_INT_ACCESS_OK
 
 /* Version number of package */
-#define VERSION "0.0.9pre6-cvs"
+#define VERSION "0.0.9pre6"
index 3055e13a5cdba060261354646ee52193af2a4749..9f46707d6823255172d00e62db89c10e94d964f5 100644 (file)
@@ -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)