diff options
author | Roger Dingledine <arma@torproject.org> | 2014-02-13 04:06:36 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-02-13 04:06:36 -0500 |
commit | 745434d29a92da682f4c8d8fa70a563862e80ae7 (patch) | |
tree | 87c57db6879516ca42a8af27d6dc6f8ca979c9a1 /configure.ac | |
parent | f63b394d90583b7701cb4174509a7283e1d327fc (diff) | |
download | tor-745434d29a92da682f4c8d8fa70a563862e80ae7.tar.gz tor-745434d29a92da682f4c8d8fa70a563862e80ae7.zip |
bump to 0.2.5.2-alphator-0.2.5.2-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 9c31ae28f2..871ca5613c 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.1-alpha-dev]) +AC_INIT([tor],[0.2.5.2-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |