diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-07 10:54:03 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-07 10:54:03 -0500 |
commit | 9e48d9a920c1e1f8c6fc551363b28905f5580f8e (patch) | |
tree | d9b07a79eb0f6a40669e436145f560d2547f44ff /configure.ac | |
parent | 9807da9c20d5504a1669c70c1607b40731664e07 (diff) | |
download | tor-9e48d9a920c1e1f8c6fc551363b28905f5580f8e.tar.gz tor-9e48d9a920c1e1f8c6fc551363b28905f5580f8e.zip |
Change version on master to 0.4.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 b80aa821ad..4524c6b467 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2018, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.3.6.0-alpha-dev]) +AC_INIT([tor],[0.4.0.0-alpha-dev]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) |