diff options
author | Roger Dingledine <arma@torproject.org> | 2010-02-22 00:20:55 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-02-22 00:20:55 -0500 |
commit | 5e8c6116731f898af79d954adc29f3acf2ceaad5 (patch) | |
tree | a36706510777be1bc3dfeb52bc02b31fd863552e /configure.in | |
parent | a8a0542c77da56a64c6edd4de20bba3d88ef20c1 (diff) | |
download | tor-5e8c6116731f898af79d954adc29f3acf2ceaad5.tar.gz tor-5e8c6116731f898af79d954adc29f3acf2ceaad5.zip |
prepare for 0.2.2.9-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 ff40240031..0d82bb409b 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.8-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.2.9-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |