diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-05-12 11:54:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-05-12 11:54:06 -0400 |
commit | 95a9920461dd3322280a13c8d99e363c91028ab2 (patch) | |
tree | 0c424abf7f09021a4821551916bbf778152280e9 /configure.ac | |
parent | df76da0f3bfd6897362d2a8a92241167b67fd7a3 (diff) | |
download | tor-95a9920461dd3322280a13c8d99e363c91028ab2.tar.gz tor-95a9920461dd3322280a13c8d99e363c91028ab2.zip |
Bump version to 0.2.7.1-alpha-dev
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 2645ed923e..a51c71e59a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl Copyright (c) 2007-2015, The Tor Project, Inc. dnl See LICENSE for licensing information -AC_INIT([tor],[0.2.7.1-alpha]) +AC_INIT([tor],[0.2.7.1-alpha-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |