diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-18 14:39:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-18 14:39:55 -0400 |
commit | e78347fcc206dd8bf1838fb5f396c8a7eefc0325 (patch) | |
tree | ee8c76e520932f356301b421af0078a4fcb92959 /configure.ac | |
parent | 139bda4fe48e0cdba68c9e802be983fb971e55be (diff) | |
download | tor-e78347fcc206dd8bf1838fb5f396c8a7eefc0325.tar.gz tor-e78347fcc206dd8bf1838fb5f396c8a7eefc0325.zip |
bump to 0.3.0.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 4dc42346ab..3f36da7393 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.3.0.11]) +AC_INIT([tor],[0.3.0.11-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |