diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-06-07 13:29:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-06-07 13:29:35 -0400 |
commit | ed7f4ad4a9309fb480495f036ebfdc9807a24848 (patch) | |
tree | 1fec0877660eb521fbcd9e25a612b359ea32aa47 /configure.ac | |
parent | 42ba87d9648c5aa6c15d53175c477ce697932188 (diff) | |
download | tor-ed7f4ad4a9309fb480495f036ebfdc9807a24848.tar.gz tor-ed7f4ad4a9309fb480495f036ebfdc9807a24848.zip |
Bump to 0.3.5.15.
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 619e91528c..82ef4f5554 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.3.5.14-dev]) +AC_INIT([tor],[0.3.5.15]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) |