diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-07-29 11:17:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-07-29 11:17:28 -0400 |
commit | 11386eb6d1573410047f0b41a4c2b6579d8d061b (patch) | |
tree | d850b88168501033cbf01673d30547d283c367af /configure.ac | |
parent | 1c4a2dd208601aca9fdd004929c283b9d44d7442 (diff) | |
download | tor-11386eb6d1573410047f0b41a4c2b6579d8d061b.tar.gz tor-11386eb6d1573410047f0b41a4c2b6579d8d061b.zip |
bump to 0.2.8.6
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 fa8262465d..28eef2aa84 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.5-rc-dev]) +AC_INIT([tor],[0.2.8.6]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |