[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] bump us to 0.0.9pre6
Update of /home2/or/cvsroot/tor
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor
Modified Files:
configure.in tor.spec.in
Log Message:
bump us to 0.0.9pre6
Index: configure.in
===================================================================
RCS file: /home2/or/cvsroot/tor/configure.in,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- configure.in 14 Nov 2004 19:02:58 -0000 1.141
+++ configure.in 16 Nov 2004 03:29:05 -0000 1.142
@@ -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: tor.spec.in
===================================================================
RCS file: /home2/or/cvsroot/tor/tor.spec.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- tor.spec.in 14 Nov 2004 23:47:42 -0000 1.5
+++ tor.spec.in 16 Nov 2004 03:29:05 -0000 1.6
@@ -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)