diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-29 18:45:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-29 18:45:49 -0400 |
commit | 83dc072e673a9d4151c03db09531bb032943086b (patch) | |
tree | de780486bca7e419bc501c60261c64055b13d8d0 /configure.ac | |
parent | 6f2657dbcf81c8f78acb49d487075e66ec9be3c2 (diff) | |
download | tor-83dc072e673a9d4151c03db09531bb032943086b.tar.gz tor-83dc072e673a9d4151c03db09531bb032943086b.zip |
Bump version to 0.3.1.4-alpha-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 bbc60c327c..fc95491c17 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.1.4-alpha]) +AC_INIT([tor],[0.3.1.4-alpha-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |