diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-12 08:57:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-12 08:57:09 -0400 |
commit | f2e7570c75ec8d0f0415530461a4c5b3695fc671 (patch) | |
tree | 99e43ca8659d5a68724f46c7b0c395ced1f49bbf /configure.ac | |
parent | 7fff99110b6d00dbd438ce9182474f045f996f3f (diff) | |
download | tor-f2e7570c75ec8d0f0415530461a4c5b3695fc671.tar.gz tor-f2e7570c75ec8d0f0415530461a4c5b3695fc671.zip |
Bump to 0.3.3.7
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 f7e3c1e947..e5c28b03b2 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.6-dev]) +AC_INIT([tor],[0.3.3.7]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |