diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-16 14:40:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-16 14:40:28 -0400 |
commit | 5dbf70f903b16173c2f77e185fea1cadbc35ab3a (patch) | |
tree | 60358d2c4a9125548ccdf4d4029cc8d5fc8a85d8 /configure.ac | |
parent | 2b0aab7a6ec48758df58864ef1daa86ac972b1a5 (diff) | |
download | tor-5dbf70f903b16173c2f77e185fea1cadbc35ab3a.tar.gz tor-5dbf70f903b16173c2f77e185fea1cadbc35ab3a.zip |
Bump version to 0.3.4.1-alpha; contemplate a release
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 3bf436203f..928968531e 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.0-alpha-dev]) +AC_INIT([tor],[0.3.4.1-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |