diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-03-13 16:56:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-03-13 16:56:31 -0400 |
commit | d17108a187e32a4d5464d2428b8943702c6d5cde (patch) | |
tree | 3902302228c3c9b19b4207de62949d6d422674ff /configure.ac | |
parent | b9d71f3848a2858dc0a3c5232c85d97525aacd25 (diff) | |
download | tor-d17108a187e32a4d5464d2428b8943702c6d5cde.tar.gz tor-d17108a187e32a4d5464d2428b8943702c6d5cde.zip |
Bump to 0.3.5.10
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 834fea073a..da158eb23f 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.9-dev]) +AC_INIT([tor],[0.3.5.10]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) |