diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-12-17 21:17:44 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-12-17 21:17:44 +0000 |
commit | 323b3a8dbc265ae1c0c8082966e465da36485eb6 (patch) | |
tree | 696933ea275e0e7d01eb09680d2f8633f3712cf5 /configure.in | |
parent | afec9f233596807b7464060cecfd256f42700e92 (diff) | |
download | tor-323b3a8dbc265ae1c0c8082966e465da36485eb6.tar.gz tor-323b3a8dbc265ae1c0c8082966e465da36485eb6.zip |
Bump repository version to tor-0.1.0.0-alpha-cvs. (First prerelease will be 0.1.0.1-alpha
svn:r3168
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e1c051c2a5..19ed847f86 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.9.1) +AM_INIT_AUTOMAKE(tor, 0.1.0.0-alpha-cvs) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |