diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-17 09:12:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-17 09:12:42 -0400 |
commit | 307275a5e44241fd05f17b22da284c485e019743 (patch) | |
tree | 2c4e0f3f64e5088aa98c873b65c980951ae8d19b /configure.ac | |
parent | b96e2ab341f8532a921859a490f6ce7ab1c39a4c (diff) | |
download | tor-307275a5e44241fd05f17b22da284c485e019743.tar.gz tor-307275a5e44241fd05f17b22da284c485e019743.zip |
Bump to 0.3.5.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 f0673cf4c5..d36c9c163e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2018, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.3.5.0-alpha-dev]) +AC_INIT([tor],[0.3.5.1-alpha]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) |