diff options
author | Roger Dingledine <arma@torproject.org> | 2011-10-26 20:33:23 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-10-26 20:33:23 -0400 |
commit | 1a160ae5235951f73620e980b480c919fc184c32 (patch) | |
tree | 5dbe0deed493eae021e45dae125508414ffa865b /configure.in | |
parent | 0eaebebffa4cb8e445e249db0bf6942e1a93bdee (diff) | |
download | tor-1a160ae5235951f73620e980b480c919fc184c32.tar.gz tor-1a160ae5235951f73620e980b480c919fc184c32.zip |
bump to 0.2.3.6-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 4db44d1886..641d46ab0c 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-dev) +AM_INIT_AUTOMAKE(tor, 0.2.3.6-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |