diff options
author | Roger Dingledine <arma@torproject.org> | 2007-06-02 20:22:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-06-02 20:22:42 +0000 |
commit | f6880cbc6b6d9aa81c4b26be9d08bbb33bed65cb (patch) | |
tree | 80053ac5c4cd9434ae768600dc141e2bbad4082d /configure.in | |
parent | 1407cf9de350132ea97632b3b1754c68acbae4a5 (diff) | |
download | tor-f6880cbc6b6d9aa81c4b26be9d08bbb33bed65cb.tar.gz tor-f6880cbc6b6d9aa81c4b26be9d08bbb33bed65cb.zip |
bump to 0.2.0.1-alpha-cvs while we're in transition
svn:r10454
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 ce3e578946..10ce1aa81c 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.0.1-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.0.1-alpha-cvs) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |