diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-06-29 21:46:17 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-06-29 21:46:17 +0000 |
commit | 0505b31933ce386ad0ac11855d3f0a8d0ba17b75 (patch) | |
tree | 998a316716354d31f8995ecc7d60a4ba3855a4e7 /configure.in | |
parent | 0e97dd36e95153c4c5e28bf0f77025c810466aaa (diff) | |
download | tor-0505b31933ce386ad0ac11855d3f0a8d0ba17b75.tar.gz tor-0505b31933ce386ad0ac11855d3f0a8d0ba17b75.zip |
Bump version to 0.1.1.1-alpha-cvs
svn:r4505
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 e18c4f272c..78a516f4c9 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.1.1-alpha) +AM_INIT_AUTOMAKE(tor, 0.1.1.1-alpha-cvs) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |