diff options
author | Roger Dingledine <arma@torproject.org> | 2011-10-30 18:39:49 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-10-30 18:39:49 -0400 |
commit | c2d03beb65d0c82035be714666bfd0e9fc7c3060 (patch) | |
tree | 2a6b109a02f6a3e1196ef6935a38d8baf51a53ff /configure.in | |
parent | 46296b3fa45c9e78bf0af944a52e649f8e27c238 (diff) | |
download | tor-c2d03beb65d0c82035be714666bfd0e9fc7c3060.tar.gz tor-c2d03beb65d0c82035be714666bfd0e9fc7c3060.zip |
blurb and version bump for 0.2.3.7-alphator-0.2.3.7-alpha
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 df5551c2b2..17f5c8d5e3 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.6-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.3.7-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |