diff options
author | Roger Dingledine <arma@torproject.org> | 2008-08-05 00:00:35 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-08-05 00:00:35 +0000 |
commit | 18d3153fbb5ceceeacb4c4b8185c1f51da43bb1d (patch) | |
tree | 1988e9430dc11e21fabc1637978f6df3ebc1135e /configure.in | |
parent | d5bb361977cf1fa8e9a02cf8bd83e94cccfd0add (diff) | |
download | tor-18d3153fbb5ceceeacb4c4b8185c1f51da43bb1d.tar.gz tor-18d3153fbb5ceceeacb4c4b8185c1f51da43bb1d.zip |
get closer to a release
svn:r16408
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 fd45b27f08..679eb88df2 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.1.3-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.1.4-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |