diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-29 18:44:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-29 18:44:43 -0400 |
commit | d9427c00dfcda58d1a2561b37c1c6217d2ff692a (patch) | |
tree | c79aacf5f529a7faf8363e0634fa3ed98959b691 /configure.ac | |
parent | 98ffb2e722316568b2bbec7969c12db3663081d9 (diff) | |
download | tor-d9427c00dfcda58d1a2561b37c1c6217d2ff692a.tar.gz tor-d9427c00dfcda58d1a2561b37c1c6217d2ff692a.zip |
bump to 0.3.0.9-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 6c6eb6c054..f67e0dca78 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.3.0.9]) +AC_INIT([tor],[0.3.0.9-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |