diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-07 21:18:25 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-07 21:18:25 -0500 |
commit | 44edfa7adcc3f9006397e525b0c4e333ea4ee429 (patch) | |
tree | a1f0e7ea2142d57629be2dba5a7b21abd6cac008 /configure.ac | |
parent | 971f4bf13944864156684b3d3be8df53fb9d0686 (diff) | |
download | tor-44edfa7adcc3f9006397e525b0c4e333ea4ee429.tar.gz tor-44edfa7adcc3f9006397e525b0c4e333ea4ee429.zip |
Update to 0.3.5.7-dev
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 05e1392cff..3ef9b255e7 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.7]) +AC_INIT([tor],[0.3.5.7-dev]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) |