diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-21 12:54:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-21 12:54:11 -0500 |
commit | 5da6120e88b2ebd81a5a3cb84f125670495723eb (patch) | |
tree | b8b78bab9492f3c038c923abdb5b7f1379cb150c /configure.ac | |
parent | ba94dc28e8e96a64420d42b97ba38e715a35e74c (diff) | |
download | tor-5da6120e88b2ebd81a5a3cb84f125670495723eb.tar.gz tor-5da6120e88b2ebd81a5a3cb84f125670495723eb.zip |
bump version to 0.3.2.5-alpha
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 2ce16ff129..9b2be764a7 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-dev]) +AC_INIT([tor],[0.3.2.5-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |