diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-06 10:01:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-06 10:02:59 -0400 |
commit | f620b8f03286de641329cd9ae2027f3628a7d2a1 (patch) | |
tree | 0e8b778002b98eb7a39cda344409076457149522 /configure.ac | |
parent | eb41214dbaf090ba9d556d2d501d2d486e2f8581 (diff) | |
download | tor-f620b8f03286de641329cd9ae2027f3628a7d2a1.tar.gz tor-f620b8f03286de641329cd9ae2027f3628a7d2a1.zip |
bump version to 0.2.6.7-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 f88cfc2cea..cc271c83c3 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.6.7]) +AC_INIT([tor],[0.2.6.7-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |