diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-17 02:22:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-17 02:22:56 +0000 |
commit | 6514843026222fe42fa93b01dfb4ed754beeb282 (patch) | |
tree | 10a30a752e7248ced75f82db6c1df06df455ba1b /configure.in | |
parent | d6f8ba25c92430cbc0ba9f14da4c7518e309eb0e (diff) | |
download | tor-6514843026222fe42fa93b01dfb4ed754beeb282.tar.gz tor-6514843026222fe42fa93b01dfb4ed754beeb282.zip |
cleanups, bump to 0.2.0.12-alphator-0.2.0.12-alpha
svn:r12516
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 9d20e47a3b..20f9fd4ce6 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.11-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.0.12-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |