diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-02 11:13:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-02 11:13:44 -0400 |
commit | 6b740aa46b513eaaa0d5b2dba0dce138e988e2a5 (patch) | |
tree | 2e3b9f5d9c5dc1f315b9434bd6385bb90bc30f92 /configure.ac | |
parent | 11386eb6d1573410047f0b41a4c2b6579d8d061b (diff) | |
download | tor-6b740aa46b513eaaa0d5b2dba0dce138e988e2a5.tar.gz tor-6b740aa46b513eaaa0d5b2dba0dce138e988e2a5.zip |
bump maint-0.2.8 to 0.2.8.6-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 28eef2aa84..4658b3a845 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.6]) +AC_INIT([tor],[0.2.8.6-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |