diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-23 14:34:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-23 14:34:08 -0500 |
commit | 0d4d9b6d889de6dc85ca8870ada123aaf41b0053 (patch) | |
tree | 004cc9f2505388df9c787dc1b3ce69c114877409 /configure.ac | |
parent | 767516680c03dfcd145033eff66fa3b0ca7d4b5b (diff) | |
download | tor-0d4d9b6d889de6dc85ca8870ada123aaf41b0053.tar.gz tor-0d4d9b6d889de6dc85ca8870ada123aaf41b0053.zip |
Bump version to 0.2.9.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 1506373667..2134a41d3f 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.2.9.9]) +AC_INIT([tor],[0.2.9.9-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |