diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-24 14:46:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-24 14:46:08 -0400 |
commit | e9124b8cc76e247ea2a581b33af942729e250b8d (patch) | |
tree | 3cfc30c409d2554c162c44453d67a68ef4981654 /configure.ac | |
parent | 57ba7ab39a31e48b4a865a7e207237474f561905 (diff) | |
download | tor-e9124b8cc76e247ea2a581b33af942729e250b8d.tar.gz tor-e9124b8cc76e247ea2a581b33af942729e250b8d.zip |
bump to 0.2.8.7-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 6918868a0e..76080f4a79 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.7]) +AC_INIT([tor],[0.2.8.7-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |