diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-01 16:44:07 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-01 16:44:07 -0500 |
commit | 15f6201a5b7249451608653040241b8f33a16db0 (patch) | |
tree | db0c152e60e40305f90ed56e4bf3add6bb5c5703 /configure.ac | |
parent | e0903ebd88a47a03a5e432e1a6c98452ae8a9008 (diff) | |
download | tor-15f6201a5b7249451608653040241b8f33a16db0.tar.gz tor-15f6201a5b7249451608653040241b8f33a16db0.zip |
increment to 0.3.3.3-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 1e27dfa563..daec684d89 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.2-alpha-dev]) +AC_INIT([tor],[0.3.3.3-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |