diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-01 20:30:09 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-01 20:30:09 +0000 |
commit | bd82ac06a81185881ab1f1072c1b5bb563df724f (patch) | |
tree | f2bd44bbe7bf664828928a29ad7f5c43e8f1c280 /configure.in | |
parent | 0e81265359514e767e732f790dd7b82e7cb3e002 (diff) | |
download | tor-bd82ac06a81185881ab1f1072c1b5bb563df724f.tar.gz tor-bd82ac06a81185881ab1f1072c1b5bb563df724f.zip |
bump to 0.1.0.2-rc-cvs
svn:r3983
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 8a1924364e..1bd1854aa6 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright 2004-2005 Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.1.0.2-rc) +AM_INIT_AUTOMAKE(tor, 0.1.0.2-rc-cvs) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |