diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-10 09:42:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-10 09:42:12 -0400 |
commit | 05f5f6500647b43dfadd516f8344c5d0ff788a93 (patch) | |
tree | eb0d3a0151ed0e4bcedd2793b998f4e6af395996 /configure.ac | |
parent | 8cfca28be28f36eec93195f8818ab7adc20426d1 (diff) | |
download | tor-05f5f6500647b43dfadd516f8344c5d0ff788a93.tar.gz tor-05f5f6500647b43dfadd516f8344c5d0ff788a93.zip |
Bump to 0.3.3.10-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 47dd53034a..bd084c9d31 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.3.3.10]) +AC_INIT([tor],[0.3.3.10-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |