diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-29 08:01:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-29 08:01:37 -0400 |
commit | 3fa66f97996c179388fa91176b9a82fb9b5b31d8 (patch) | |
tree | bb5e6371d26901ec2f3f1142616bd88fce371a7a /configure.ac | |
parent | e0bbef48bf414574a9e1342accfd2fe0d2a5343e (diff) | |
download | tor-3fa66f97996c179388fa91176b9a82fb9b5b31d8.tar.gz tor-3fa66f97996c179388fa91176b9a82fb9b5b31d8.zip |
Bump version to 0.3.3.4-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 2b9bc85958..03ed29d958 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.3-alpha-dev]) +AC_INIT([tor],[0.3.3.4-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |