diff options
author | Roger Dingledine <arma@torproject.org> | 2009-09-21 01:31:39 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-09-21 01:31:39 -0400 |
commit | 5488cda19a85f0a27249d1e97db6ef912a3137a5 (patch) | |
tree | 3ad6aae9ccbd811e4d45ad0beca59ad007a02390 /configure.in | |
parent | fa63d47f8330fe079e2948772d2ad3e4f50f5070 (diff) | |
download | tor-5488cda19a85f0a27249d1e97db6ef912a3137a5.tar.gz tor-5488cda19a85f0a27249d1e97db6ef912a3137a5.zip |
bump to 0.2.2.2-alpha
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 6731f0559f..1edb672ab3 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc. dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.2.1-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.2.2-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |