diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-03 11:32:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-03 11:32:16 -0500 |
commit | 9eb6f9d3c805c1f49b7ac00776368e672829cf95 (patch) | |
tree | f8c04652f737a880d72eb746e3825d26285deef2 /configure.ac | |
parent | 35753c077457da66d1dac990379727dd443826cc (diff) | |
download | tor-9eb6f9d3c805c1f49b7ac00776368e672829cf95.tar.gz tor-9eb6f9d3c805c1f49b7ac00776368e672829cf95.zip |
Bump version to 0.2.9.15-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 baf6ea3ca6..15ecbe60e1 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.15]) +AC_INIT([tor],[0.2.9.15-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |