diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-19 10:12:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-19 10:12:11 -0500 |
commit | f62c74cc7298aa9a7db55f1256754b8e243e3865 (patch) | |
tree | 4c7d8b41a7ccca9c46f28cc792b98caa6ac0cd3c /configure.ac | |
parent | b838e1f927b1a367111e27db5d4c1eb5beee0036 (diff) | |
download | tor-f62c74cc7298aa9a7db55f1256754b8e243e3865.tar.gz tor-f62c74cc7298aa9a7db55f1256754b8e243e3865.zip |
Bump to 0.2.8.12-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 d004c78b63..200ea0216c 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.12]) +AC_INIT([tor],[0.2.8.12-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |