diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-30 12:26:30 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-30 12:26:30 -0500 |
commit | 424ab08b5a54c8deee51da65ceb0d1f0a01fd945 (patch) | |
tree | 4b0eef714d0b69ee6b372f057cb1d43584578651 /configure.ac | |
parent | 9c89e8e4354283e4596e82adb876653d4c95ac6c (diff) | |
download | tor-424ab08b5a54c8deee51da65ceb0d1f0a01fd945.tar.gz tor-424ab08b5a54c8deee51da65ceb0d1f0a01fd945.zip |
bump to 0.3.2.6-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 cf44665433..4413328de3 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-dev]) +AC_INIT([tor],[0.3.2.6-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |