diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-18 14:40:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-18 14:40:04 -0400 |
commit | 0e85b71066d6341e817529c6a697b3f95e113564 (patch) | |
tree | 519e54670efe56d8392905ef42f287d679dc92a9 /configure.ac | |
parent | 63ae9ea316f77346ed2e1941958916fd3a5207a1 (diff) | |
download | tor-0e85b71066d6341e817529c6a697b3f95e113564.tar.gz tor-0e85b71066d6341e817529c6a697b3f95e113564.zip |
bump to 0.3.1.7-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 9c6b14bf4c..ecff48f85d 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.1.7]) +AC_INIT([tor],[0.3.1.7-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |