diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-10 20:30:54 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-10 20:30:54 +0000 |
commit | 462643c756cb5b4791635ff39b2009608d971579 (patch) | |
tree | f74ef0e20e77b322a14f7669c6e5d9dae2800036 /configure.in | |
parent | 7050df72454ef8f7e49f42d178ac6ef0ba19ec7c (diff) | |
download | tor-462643c756cb5b4791635ff39b2009608d971579.tar.gz tor-462643c756cb5b4791635ff39b2009608d971579.zip |
prepare for 0.2.0.10-alpha-dev
svn:r12458
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 10b9d428e0..2a1fa291aa 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.10-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.0.10-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |