diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-12-09 16:01:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-12-09 16:01:11 -0500 |
commit | 0c4f0ec977823021a71b6951fa43d2ffb2315cdb (patch) | |
tree | 3b070ca01666f70d459fd8eaf9ec238e9f85f53f /configure.ac | |
parent | 74cae547e5159049bc49057b994d57e29f06e992 (diff) | |
download | tor-0c4f0ec977823021a71b6951fa43d2ffb2315cdb.tar.gz tor-0c4f0ec977823021a71b6951fa43d2ffb2315cdb.zip |
bump to 0.3.5.9-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 15b66eef60..834fea073a 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.9]) +AC_INIT([tor],[0.3.5.9-dev]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) |