diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-22 08:34:02 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-22 08:34:02 -0500 |
commit | a7e777ab8ef6063f3811be58e152269ad38b9143 (patch) | |
tree | 95a6a1a0c527f1cdfca98eff6ecba5c8b4a60885 /configure.ac | |
parent | 5da6120e88b2ebd81a5a3cb84f125670495723eb (diff) | |
download | tor-a7e777ab8ef6063f3811be58e152269ad38b9143.tar.gz tor-a7e777ab8ef6063f3811be58e152269ad38b9143.zip |
bump to 0.3.2.5-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 9b2be764a7..cf44665433 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.5-alpha]) +AC_INIT([tor],[0.3.2.5-alpha-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |