diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-03 11:32:51 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-03 11:32:51 -0500 |
commit | 0aa794d30926b0d829fc8201ed3005f6a304705a (patch) | |
tree | 100b14f221f790c6b770231db6631bdff3b69507 /configure.ac | |
parent | 2e2aacca2aa635a840c57e87e3769403505a19d2 (diff) | |
download | tor-0aa794d30926b0d829fc8201ed3005f6a304705a.tar.gz tor-0aa794d30926b0d829fc8201ed3005f6a304705a.zip |
version bump to 0.3.1.10-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 892ee2ae85..9c079b26ff 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.10]) +AC_INIT([tor],[0.3.1.10-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |