diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-22 06:06:08 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-22 06:06:08 +0000 |
commit | 3a3c1d1d1c06f3e6b119d248bbce5cc225bbf506 (patch) | |
tree | 25c0fd471886abf3592207a3173043ecaa9445e0 /configure.in | |
parent | 921f9f774d4ce3ed24b48a5921fe7134dccffbb8 (diff) | |
download | tor-3a3c1d1d1c06f3e6b119d248bbce5cc225bbf506.tar.gz tor-3a3c1d1d1c06f3e6b119d248bbce5cc225bbf506.zip |
r15280@catbus: nickm | 2007-09-22 02:02:00 -0400
Bump version to 0.2.0.7-alpha-dev
svn:r11576
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 b4abf1ba8d..61a675c8b4 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.7-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.0.7-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |