diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-01 15:38:36 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-01 15:38:36 -0500 |
commit | 528dcd113c5105120d3697ced74dcbe8b95b9774 (patch) | |
tree | a7450761cf9e31878b3c8cd8a177e99bb93c07e4 /configure.ac | |
parent | 5298ab59170be74aed20e04e5378ec66eef6476e (diff) | |
download | tor-528dcd113c5105120d3697ced74dcbe8b95b9774.tar.gz tor-528dcd113c5105120d3697ced74dcbe8b95b9774.zip |
Bump to 0.3.0.4-rc-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 4433d57f2f..2e85814673 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.4-rc]) +AC_INIT([tor],[0.3.0.4-rc-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |