diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-21 13:24:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-21 13:24:42 -0500 |
commit | 955ca72f956f2747809def40b99b87b5647ee8ce (patch) | |
tree | d885c1a5dba134289bf9f936d6bae0fd784dc410 /configure.ac | |
parent | e1079266e73c70cc0e5141249ebf3199a849017d (diff) | |
download | tor-955ca72f956f2747809def40b99b87b5647ee8ce.tar.gz tor-955ca72f956f2747809def40b99b87b5647ee8ce.zip |
Bump to 0.3.5.8-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 b83310684e..52cc877db6 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.8]) +AC_INIT([tor],[0.3.5.8-dev]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) |