diff options
author | Roger Dingledine <arma@torproject.org> | 2008-07-08 14:17:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-07-08 14:17:06 +0000 |
commit | 59b5df9b4e7c16e0a79fdf0c3cd4b6f502490f15 (patch) | |
tree | 12b79854606f2c2565916d1c45136a4b24f1d5ea /configure.in | |
parent | 2eda750489196757e1aefff6b2920e8bbace4f2e (diff) | |
download | tor-59b5df9b4e7c16e0a79fdf0c3cd4b6f502490f15.tar.gz tor-59b5df9b4e7c16e0a79fdf0c3cd4b6f502490f15.zip |
bump to 0.2.0.29-rctor-0.2.0.29-rc
svn:r15769
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 b4a84328b1..99a06d8c93 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.0.28-rc-dev) +AM_INIT_AUTOMAKE(tor, 0.2.0.29-rc) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |