diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-23 15:58:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-23 15:58:06 -0400 |
commit | ec19ecce4b553859b501c7279219e8a21549639a (patch) | |
tree | ee8fa5737a459253d58a9caeff6c7311c0c1b62d /configure.ac | |
parent | db6153e70c55cbe4569900d2c714d2f305f31f26 (diff) | |
download | tor-ec19ecce4b553859b501c7279219e8a21549639a.tar.gz tor-ec19ecce4b553859b501c7279219e8a21549639a.zip |
Bump to 0.2.8.8-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 6150e7baaf..3c80e71c57 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]) +AC_INIT([tor],[0.2.8.8-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |