diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-25 05:45:36 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-25 05:45:36 +0000 |
commit | 58e429f079a70fe1f019308505bb4743a9fe801f (patch) | |
tree | 3d885339810a782d1408b834053e01ccc410c0dd /configure.in | |
parent | c6788cc0de7b25ebb9872b31088e460a51e50584 (diff) | |
download | tor-58e429f079a70fe1f019308505bb4743a9fe801f.tar.gz tor-58e429f079a70fe1f019308505bb4743a9fe801f.zip |
bump to 0.2.0.15-alphator-0.2.0.15-alpha
svn:r12962
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 0043619650..7432fa97a6 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.14-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.0.15-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |