diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-10 09:42:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-10 09:42:40 -0400 |
commit | 96601a68051e755e131ee7644091f46cae83794a (patch) | |
tree | 761ab1ef70764a1484465639281fa23a7602fde1 /configure.ac | |
parent | 7a343ecec55b47f5ff6dcf5ee61ad6d3e1796475 (diff) | |
download | tor-96601a68051e755e131ee7644091f46cae83794a.tar.gz tor-96601a68051e755e131ee7644091f46cae83794a.zip |
Bump to 0.3.4.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 4fc1ee13d4..579c34947a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.3.4.8]) +AC_INIT([tor],[0.3.4.8-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |