diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-18 10:30:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-18 10:30:41 -0400 |
commit | d9dccb00ccc8518f716d798786b0144980e6b368 (patch) | |
tree | fa5bf7d18a2476137584ba31821333fd1850fe25 /configure.ac | |
parent | 523188afdb4488724da2487d86bfa2ad87f96cb2 (diff) | |
download | tor-d9dccb00ccc8518f716d798786b0144980e6b368.tar.gz tor-d9dccb00ccc8518f716d798786b0144980e6b368.zip |
Bump to 0.3.2.1-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 c449294d0f..50e7ec2f76 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.0-alpha-dev]) +AC_INIT([tor],[0.3.2.1-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |