diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-06-02 20:41:10 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-06-02 20:41:10 +0000 |
commit | d216133c8ef65392bb0e29576807b437bc755021 (patch) | |
tree | 1fb3ff5ef42c1f4868df9c28593b67ebbc838e63 /configure.in | |
parent | f6880cbc6b6d9aa81c4b26be9d08bbb33bed65cb (diff) | |
download | tor-d216133c8ef65392bb0e29576807b437bc755021.tar.gz tor-d216133c8ef65392bb0e29576807b437bc755021.zip |
r13163@catbus: nickm | 2007-06-02 16:41:07 -0400
We do "-alpha-dev" now, not "-alpha-cvs".
svn:r10455
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 10ce1aa81c..b51c501687 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-cvs) +AM_INIT_AUTOMAKE(tor, 0.2.0.1-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |