diff options
author | Roger Dingledine <arma@torproject.org> | 2010-11-21 18:00:12 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-11-21 18:00:12 -0500 |
commit | 713db8dbfa172ea395ff3cee33fea875a052bd35 (patch) | |
tree | 939178cfe92e9b4e0d979e9f49a7b932bc566aac /configure.in | |
parent | f54e75a2c64561707812100d2227c201065a4bd4 (diff) | |
download | tor-713db8dbfa172ea395ff3cee33fea875a052bd35.tar.gz tor-713db8dbfa172ea395ff3cee33fea875a052bd35.zip |
bump to 0.2.2.19-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 d4878cdc5a..346008f630 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.18-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.2.19-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |