diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-24 11:01:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-24 11:01:57 -0400 |
commit | 57ba7ab39a31e48b4a865a7e207237474f561905 (patch) | |
tree | 3881b0c2d7fadf4d1cfcb89704717b408dafd732 /configure.ac | |
parent | 5280a700aae934753671d26e75050177b510d30d (diff) | |
download | tor-57ba7ab39a31e48b4a865a7e207237474f561905.tar.gz tor-57ba7ab39a31e48b4a865a7e207237474f561905.zip |
Bump to 0.2.8.7
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 4658b3a845..6918868a0e 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-dev]) +AC_INIT([tor],[0.2.8.7]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |