Selaa lähdekoodia

bump us to 0.0.9pre6

svn:r2902
Roger Dingledine 19 vuotta sitten
vanhempi
commit
3e4f30fbb9
4 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 1 1
      configure.in
  2. 1 1
      contrib/tor.nsi
  3. 1 1
      src/win32/orconfig.h
  4. 2 2
      tor.spec.in

+ 1 - 1
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

+ 1 - 1
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/"
 

+ 1 - 1
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"

+ 2 - 2
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)