diff options
author | Roger Dingledine <arma@torproject.org> | 2006-08-27 07:03:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-08-27 07:03:17 +0000 |
commit | 389b7999c6a196626641f0cb3e30c6d93b635b75 (patch) | |
tree | 986c2d73271d12ed6f496746c66ac0f13dd260b1 /configure.in | |
parent | 20715027f7b3dc1e27686fe76cd73867db54a6a4 (diff) | |
download | tor-389b7999c6a196626641f0cb3e30c6d93b635b75.tar.gz tor-389b7999c6a196626641f0cb3e30c6d93b635b75.zip |
bump to 0.1.2.1-alpha
(does it work?)
svn:r8244
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 b875af38bc..1023064731 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.1.2.0-alpha-cvs) +AM_INIT_AUTOMAKE(tor, 0.1.2.1-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |