diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-11 01:33:15 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-11 01:33:15 +0000 |
commit | e33aaf34b285b5814a3025da4045a1c314472251 (patch) | |
tree | 58b48751a9aab235e53cf00b1fb2e79a6abf70ec /configure.in | |
parent | 8a1b394695f7157250b659c36a2d98f073fed51e (diff) | |
download | tor-e33aaf34b285b5814a3025da4045a1c314472251.tar.gz tor-e33aaf34b285b5814a3025da4045a1c314472251.zip |
bump to 0.2.0.11-alpha -- maybe this one will actually be
able to build packages.
svn:r12468
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 2a1fa291aa..24e43cb4e9 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.0.10-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.0.11-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |