diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-25 14:09:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-25 14:09:23 -0400 |
commit | b117a06784b6e00fb929465e44e520494ac0c617 (patch) | |
tree | c2ab1e4db262db1c32ecd86d05ffdb058f0aa23d /configure.ac | |
parent | dfd6cf9ea2b3f84e868c71af909c26358db07dac (diff) | |
download | tor-b117a06784b6e00fb929465e44e520494ac0c617.tar.gz tor-b117a06784b6e00fb929465e44e520494ac0c617.zip |
Bump to 0.2.6.6-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 e57588144a..5ea7708f7d 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.6]) +AC_INIT([tor],[0.2.6.6-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |