diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-08 16:44:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-08 16:44:53 -0500 |
commit | c8859582a2fd5716cf1b5034735f2605653cab32 (patch) | |
tree | 469f0ce1ef04729d48da7e6740229ee275b0b931 /configure.ac | |
parent | b84b008172027fbeeefed40015ab6cfeed98e567 (diff) | |
download | tor-c8859582a2fd5716cf1b5034735f2605653cab32.tar.gz tor-c8859582a2fd5716cf1b5034735f2605653cab32.zip |
bump to 0.3.2.4-alpha-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 f1e512c2c5..c92118f732 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.4-alpha]) +AC_INIT([tor],[0.3.2.4-alpha-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |