diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-09 17:25:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-09 17:25:58 -0500 |
commit | 9e0d4684980aede132353a528d1e564a2a0ad6de (patch) | |
tree | b2cc4819299a541cd2d7fce409744fb3c794f9ce /configure.ac | |
parent | 379372b90a0696ccffcc622c57673b64d17855c3 (diff) | |
download | tor-9e0d4684980aede132353a528d1e564a2a0ad6de.tar.gz tor-9e0d4684980aede132353a528d1e564a2a0ad6de.zip |
Bump to 0.3.3.2-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 7eb189a0e9..87e27da676 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.3.1-alpha-dev]) +AC_INIT([tor],[0.3.3.2-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |