diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-25 04:42:39 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-25 04:42:39 +0000 |
commit | 35dfb59ff2c3af37e62972573005406875242510 (patch) | |
tree | 8217244d5a4277a2bb0583d5c29df14f4b759201 /configure.in | |
parent | 4ef1c459ba360abdbb7d48d5055ad7b80f64b450 (diff) | |
download | tor-35dfb59ff2c3af37e62972573005406875242510.tar.gz tor-35dfb59ff2c3af37e62972573005406875242510.zip |
r16145@catbus: nickm | 2007-10-25 00:41:27 -0400
Bump trunk version to 0.2.0.9-alpha-dev
svn:r12183
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 6768d1dc68..dbeb756ce9 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.9-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.0.9-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |