diff options
author | Roger Dingledine <arma@torproject.org> | 2008-01-26 05:38:44 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-01-26 05:38:44 +0000 |
commit | 596b822337a0a2c7ec7f07f9ae8b70bae157575f (patch) | |
tree | 86955ff0d5c73ce1041a71be400f086ca05ade65 /configure.in | |
parent | 65ecbdad7658ca958fadb2848f4c6d2fa4605253 (diff) | |
download | tor-596b822337a0a2c7ec7f07f9ae8b70bae157575f.tar.gz tor-596b822337a0a2c7ec7f07f9ae8b70bae157575f.zip |
bump to 0.2.0.18-alpha-dev
svn:r13295
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 78d7cdb024..c7580eafa3 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.18-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.0.18-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |