diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-19 22:02:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-19 22:02:14 +0000 |
commit | dcb6b3df6c49ea7c2640fd500e6d2d62454e2ec4 (patch) | |
tree | 1648b6f6a411167d71104548ad1cc11174b99a7e /configure.in | |
parent | 837b223c8c7f7aae7ec04a7aa82572202fd0972c (diff) | |
download | tor-dcb6b3df6c49ea7c2640fd500e6d2d62454e2ec4.tar tor-dcb6b3df6c49ea7c2640fd500e6d2d62454e2ec4.tar.gz |
bump version to 0.1.1.7-alpha-cvs
svn:r5093
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 34718d82e..8fee1de56 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.7-alpha) +AM_INIT_AUTOMAKE(tor, 0.1.1.7-alpha-cvs) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |