diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-03-18 12:15:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-03-18 12:15:32 -0400 |
commit | 3150c3035150924cc10a3edf9b1b44cc1aafa257 (patch) | |
tree | 66dfc441561fb4fd0d277b2c21d4683832d0a906 /configure.ac | |
parent | 0526801ed4caba4393942e62def2cb35f0f298b3 (diff) | |
download | tor-3150c3035150924cc10a3edf9b1b44cc1aafa257.tar.gz tor-3150c3035150924cc10a3edf9b1b44cc1aafa257.zip |
Bump version to 0.3.5.10-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 da158eb23f..bc434ed836 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.10]) +AC_INIT([tor],[0.3.5.10-dev]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) |