diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-11-12 08:11:01 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-11-12 08:11:01 -0500 |
commit | 862c44e4ec4db4fba19468558c2e2a3c1ecbbb7a (patch) | |
tree | 32b88cb36c092c657613c6c8c367355706b2f23a /configure.ac | |
parent | 665083be9f7eabb4f18b78d09bf4b432eddf390c (diff) | |
download | tor-862c44e4ec4db4fba19468558c2e2a3c1ecbbb7a.tar.gz tor-862c44e4ec4db4fba19468558c2e2a3c1ecbbb7a.zip |
Bump to 0.3.5.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 e7b1bc4d94..642e4cf09c 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.3.5.12]) +AC_INIT([tor],[0.3.5.12-dev]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) |