diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-01 09:33:51 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-01 09:33:51 -0500 |
commit | 8f858de8193cc66c9b19627ad5c07261639bd7df (patch) | |
tree | 4f26fb5d9d497503849f2e79df9f0db7b524fb51 /configure.ac | |
parent | 6ee44725449794951f93020bb04e5fa3ba784742 (diff) | |
download | tor-8f858de8193cc66c9b19627ad5c07261639bd7df.tar.gz tor-8f858de8193cc66c9b19627ad5c07261639bd7df.zip |
bump to 0.2.8.17-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 94cebf401c..18bad71a4c 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.2.8.17]) +AC_INIT([tor],[0.2.8.17-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |