diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-03 11:33:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-03 11:33:27 -0500 |
commit | 0026d1a673e8b01057b0735c977a55995812c85e (patch) | |
tree | cc27cd71673c76b72a22fc55c2441a6693582734 /configure.ac | |
parent | d81a5231eee22d2d73a54b87b9ee13d3896220bc (diff) | |
download | tor-0026d1a673e8b01057b0735c977a55995812c85e.tar.gz tor-0026d1a673e8b01057b0735c977a55995812c85e.zip |
bump version to 0.3.2.10-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 73858d3f29..5a74d6c612 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.3.2.10]) +AC_INIT([tor],[0.3.2.10-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |