diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-09 13:12:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-09 13:12:45 -0400 |
commit | c9751e26119e375fcbc74107e89958957c00ee5e (patch) | |
tree | da57224d37a5ebbc17abeea31a94990c5728572e /configure.ac | |
parent | 0bb227d170c2ff5116f9b59a30d055eca192374a (diff) | |
download | tor-c9751e26119e375fcbc74107e89958957c00ee5e.tar.gz tor-c9751e26119e375fcbc74107e89958957c00ee5e.zip |
Bump to 0.3.5.11-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 24f1eeda3e..f30a7efa91 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.11]) +AC_INIT([tor],[0.3.5.11-dev]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) |