diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-08 11:02:49 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-08 11:02:49 -0500 |
commit | d47c52b3844a112c4e65e7be8a6d8be77818a62b (patch) | |
tree | 6c4a501f51ce6123e227ea9c540c6054288b3ed8 /configure.ac | |
parent | 9c899dad31c9b172ed19804d64dd6ee0e2cefa8a (diff) | |
download | tor-d47c52b3844a112c4e65e7be8a6d8be77818a62b.tar.gz tor-d47c52b3844a112c4e65e7be8a6d8be77818a62b.zip |
Bump to 0.2.8.11-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 3113366001..082eca37f9 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.11]) +AC_INIT([tor],[0.2.8.11-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |