diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-17 14:57:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-17 14:57:26 -0400 |
commit | 0fa3811c787ed4d80f395bbf464271d3cbb2852e (patch) | |
tree | d5242d72e25a041b65b7d611e381773416a93feb /configure.ac | |
parent | 1df114330e6c11865f0283772395ef02359ba5a0 (diff) | |
download | tor-0fa3811c787ed4d80f395bbf464271d3cbb2852e.tar.gz tor-0fa3811c787ed4d80f395bbf464271d3cbb2852e.zip |
bump to 0.2.8.9
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 3c80e71c57..37827d6ab6 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.8-dev]) +AC_INIT([tor],[0.2.8.9]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |