diff options
author | Roger Dingledine <arma@torproject.org> | 2009-12-21 03:22:49 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-12-21 03:22:49 -0500 |
commit | 5201e05fc55d479d95a8b908f6c33d2b88eee26c (patch) | |
tree | 40c8577937766004d9614640e0f729e4cc90effa /configure.in | |
parent | 1c87a27574023096212375329e5c4ba1d82f71ce (diff) | |
download | tor-5201e05fc55d479d95a8b908f6c33d2b88eee26c.tar.gz tor-5201e05fc55d479d95a8b908f6c33d2b88eee26c.zip |
bump to 0.2.1.21 so we can releasetor-0.2.1.21
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 ce3b0a3be5..35a8337f6c 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.20) +AM_INIT_AUTOMAKE(tor, 0.2.1.21) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |