diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-01 09:34:00 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-01 09:34:00 -0500 |
commit | 73869c99a07a298238b14426866bc64acc73da38 (patch) | |
tree | 47dcfe3eca6d1dd849c807711815fc3784fbd16a /configure.ac | |
parent | 16c9cfd6588d04440b355a4cb8599bb7e7dd9702 (diff) | |
download | tor-73869c99a07a298238b14426866bc64acc73da38.tar.gz tor-73869c99a07a298238b14426866bc64acc73da38.zip |
bump to 0.2.9.14-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 3e8084cdeb..17e6fca0d6 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.2.9.14]) +AC_INIT([tor],[0.2.9.14-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |