diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-01-28 11:17:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-01-28 11:17:32 -0500 |
commit | 3ebf75993f8c64ea0bc022bde69ccdf879bcaeaf (patch) | |
tree | 3a92c5e84376197109064f2b01d487f2191570d6 /configure.ac | |
parent | 65087903d9e55f77a6c0d66517adb605aacab485 (diff) | |
download | tor-3ebf75993f8c64ea0bc022bde69ccdf879bcaeaf.tar.gz tor-3ebf75993f8c64ea0bc022bde69ccdf879bcaeaf.zip |
Bump to 0.3.5.13.
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 642e4cf09c..1f2af57ef7 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.12-dev]) +AC_INIT([tor],[0.3.5.13]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) |