diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-25 09:27:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-25 09:27:23 -0400 |
commit | 46091a88ca6c3dd80c5a36e515d979930c1cdec1 (patch) | |
tree | 69e0c607a26c11cd00f1abb305a901b927e473d5 /configure.ac | |
parent | 552b620280d481ec9d5845d1c6584778545d1f85 (diff) | |
download | tor-46091a88ca6c3dd80c5a36e515d979930c1cdec1.tar.gz tor-46091a88ca6c3dd80c5a36e515d979930c1cdec1.zip |
bump to 0.2.9.13-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 786b4b095e..f2c3f90baa 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.13]) +AC_INIT([tor],[0.2.9.13-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |