diff options
author | Roger Dingledine <arma@torproject.org> | 2010-02-12 12:35:40 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-02-12 12:35:40 -0500 |
commit | 33f8dcae6a4fd2a380fed23d028ea0a88bf7c133 (patch) | |
tree | 3498b7310299349ab6d67de873f3768e2bdaedfd /configure.in | |
parent | a168cd2a54355c77a72e6553e5e4c5dc844fca50 (diff) | |
download | tor-33f8dcae6a4fd2a380fed23d028ea0a88bf7c133.tar.gz tor-33f8dcae6a4fd2a380fed23d028ea0a88bf7c133.zip |
prepare for 0.2.1.23
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 86fa2eb1c2..5b12860a83 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc. dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.1.22) +AM_INIT_AUTOMAKE(tor, 0.2.1.23) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |