diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-21 13:22:56 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-21 13:22:56 -0500 |
commit | fb309f6eba01f3a53162e70ebfb74ae7ee46891e (patch) | |
tree | acf56e4f55b453d6d5a7da9778abe5a136275053 /configure.ac | |
parent | be84ed1a64ed7ce810bd3924fa96c2588b491ef5 (diff) | |
download | tor-fb309f6eba01f3a53162e70ebfb74ae7ee46891e.tar.gz tor-fb309f6eba01f3a53162e70ebfb74ae7ee46891e.zip |
Bump to 0.3.3.12-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 5162a70e6d..aaa0e9eac2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.3.3.12]) +AC_INIT([tor],[0.3.3.12-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |