diff options
author | Roger Dingledine <arma@torproject.org> | 2010-11-16 00:20:49 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-11-16 00:20:49 -0500 |
commit | e1e79885378a9141ee6feaa6a481b6c28d68ac97 (patch) | |
tree | 271503d0a3523098d95727f548ad2c671b0bbf9b /configure.in | |
parent | a08a7e0fc69e68517d6aabac52c1b814994ca560 (diff) | |
download | tor-e1e79885378a9141ee6feaa6a481b6c28d68ac97.tar.gz tor-e1e79885378a9141ee6feaa6a481b6c28d68ac97.zip |
bump to 0.2.2.18-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 7df149d809..1384ecf30d 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.17-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.2.18-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |