diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-19 17:03:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-19 17:03:22 -0400 |
commit | e12560db763bdf03c0b2e53ba34a5a9b1f621bdd (patch) | |
tree | a43a9735ff5bb8c58450e9ab1735ac2a3e2ea2ca /configure.ac | |
parent | 9a3adb07c49a522ffbefb009687c3bd9ee282d59 (diff) | |
download | tor-e12560db763bdf03c0b2e53ba34a5a9b1f621bdd.tar.gz tor-e12560db763bdf03c0b2e53ba34a5a9b1f621bdd.zip |
Bump version on master to 0.3.0.0-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 d35f83cead..27d7577a5a 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.4-alpha-dev]) +AC_INIT([tor],[0.3.0.0-alpha-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |