diff options
author | Roger Dingledine <arma@torproject.org> | 2009-10-15 12:00:35 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-10-15 12:14:18 -0400 |
commit | 16dc543851bb82c481d4319d557ffea5bef6cc50 (patch) | |
tree | 01c9694f562f81a9bca4486cd6b6bff3e0595773 /configure.in | |
parent | 2bee297d57c9a345e791f54f0b6f373b53f74bef (diff) | |
download | tor-16dc543851bb82c481d4319d557ffea5bef6cc50.tar.gz tor-16dc543851bb82c481d4319d557ffea5bef6cc50.zip |
bump to 0.2.1.20tor-0.2.1.20
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 5b30198f22..ce3b0a3be5 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.19) +AM_INIT_AUTOMAKE(tor, 0.2.1.20) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |