diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-25 09:28:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-25 09:28:05 -0400 |
commit | f68c1b14067e0f9b0747be2cfe77a25b81b33616 (patch) | |
tree | 49b8d2491e7f3d147548dd577e892cd5dbde69b6 /configure.ac | |
parent | 990322fca450d2230067a3035468c5ac7168e760 (diff) | |
download | tor-f68c1b14067e0f9b0747be2cfe77a25b81b33616.tar.gz tor-f68c1b14067e0f9b0747be2cfe77a25b81b33616.zip |
bump to 0.3.1.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 eeec24e1c9..644d7231da 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.8]) +AC_INIT([tor],[0.3.1.8-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |