diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-27 13:59:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-27 13:59:49 -0400 |
commit | cedc651deb9e9db6f30b24b0776d82eb9164b137 (patch) | |
tree | 8a0ca4e5a56e2fb471fc50c307c4f36ed72b9332 /configure.ac | |
parent | 36c0ae6f7834af16c379ac399edf7af514cafbb5 (diff) | |
download | tor-cedc651deb9e9db6f30b24b0776d82eb9164b137.tar.gz tor-cedc651deb9e9db6f30b24b0776d82eb9164b137.zip |
Bump version to 0.2.7.2-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 b57b43312b..063d75c8c6 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.2-alpha]) +AC_INIT([tor],[0.2.7.2-alpha-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |