diff options
author | Roger Dingledine <arma@torproject.org> | 2014-07-28 04:13:18 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-07-28 04:13:18 -0400 |
commit | 77609161f37dc37420f240410f2f546fc431cb8c (patch) | |
tree | 57dbcfdbf65c1b1b8dac28433c152cd64f383390 /configure.ac | |
parent | 4467e5ce56e657e6063c77b8399a30416084b0da (diff) | |
download | tor-77609161f37dc37420f240410f2f546fc431cb8c.tar.gz tor-77609161f37dc37420f240410f2f546fc431cb8c.zip |
bump to 0.2.5.6-alpha
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1d8cfa78f0..c37f154222 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl Copyright (c) 2007-2013, The Tor Project, Inc. dnl See LICENSE for licensing information -AC_INIT([tor],[0.2.5.5-alpha-dev]) +AC_INIT([tor],[0.2.5.6-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |