diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-25 14:07:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-25 14:07:23 -0400 |
commit | 6c836b9e8c73c9a5bf9f98d7e5800d5056d00ebf (patch) | |
tree | 282c590ea80f232da7a4b56bdeb2cd01a720d526 /configure.ac | |
parent | d85fbc9a58ea8bbcba4af9ecb8026bc4a59099d7 (diff) | |
download | tor-6c836b9e8c73c9a5bf9f98d7e5800d5056d00ebf.tar.gz tor-6c836b9e8c73c9a5bf9f98d7e5800d5056d00ebf.zip |
Bump to 0.3.4.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 9a4b0ef395..47d80a8976 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.4.2-alpha-dev]) +AC_INIT([tor],[0.3.4.3-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |