diff options
author | Roger Dingledine <arma@torproject.org> | 2011-10-23 13:38:12 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-10-23 13:38:12 -0400 |
commit | 2e295ae46e29b6a7428867bc18882656d408f2e5 (patch) | |
tree | 76080e9b25dfcf726c7e75cd1b7014d4f3f827f0 /configure.in | |
parent | 9d355bf47983019ab6b3f20d0c8c5870961b016f (diff) | |
download | tor-2e295ae46e29b6a7428867bc18882656d408f2e5.tar.gz tor-2e295ae46e29b6a7428867bc18882656d408f2e5.zip |
bump to 0.2.3.5-alpha-dev
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 d861093607..4db44d1886 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc. dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.3.5-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.3.5-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |