diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-09 17:57:08 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-09 17:57:08 +0000 |
commit | 833587bbfe5750a4b70929c4738a903e0b047724 (patch) | |
tree | 7256f37fc7f9e0f3566c22b93e404d1f4146dfc1 /configure.in | |
parent | 50113a28424e7a862b17d197e86cede9bcceedfc (diff) | |
download | tor-833587bbfe5750a4b70929c4738a903e0b047724.tar.gz tor-833587bbfe5750a4b70929c4738a903e0b047724.zip |
bump to 0.2.0.19-alpha
svn:r13449
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 6abd6b6bbc..3257865d92 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.18-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.0.19-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |