diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-25 11:48:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-25 11:48:42 -0500 |
commit | 25a1183fbedecacbae834864b2a1a510e9146d04 (patch) | |
tree | 916d3e45a6779ddc0da3f12675c92a1031177c3b /configure.ac | |
parent | e2411e76d82b8ed812f7a431791fc725a18de0af (diff) | |
download | tor-25a1183fbedecacbae834864b2a1a510e9146d04.tar.gz tor-25a1183fbedecacbae834864b2a1a510e9146d04.zip |
bump version to 0.3.3.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 569cfcd4c3..8af14fdb2a 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.0-alpha-dev]) +AC_INIT([tor],[0.3.3.1-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |