diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-22 12:40:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-22 12:40:18 -0400 |
commit | 074b182baa091881d1741a6a66a08fef09090777 (patch) | |
tree | 9ac6ebb98a72e281bd7787968cee511588b095e2 /configure.ac | |
parent | 569b4e57e23d728969a12751afc6b45f32d0f093 (diff) | |
download | tor-074b182baa091881d1741a6a66a08fef09090777.tar.gz tor-074b182baa091881d1741a6a66a08fef09090777.zip |
version bump to 0.3.3.6
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 44235024c8..fbe6450e88 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.5-rc-dev]) +AC_INIT([tor],[0.3.3.6]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |