diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-18 10:08:57 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-18 10:08:57 -0500 |
commit | 67f275f8dacc53f10b34b431028cebe346d0369c (patch) | |
tree | df15d78c31620f2a4e67ba7895adde467a308dc4 /configure.ac | |
parent | 81f1b89efc94723f2c13b0b80d311364a2245d85 (diff) | |
download | tor-67f275f8dacc53f10b34b431028cebe346d0369c.tar.gz tor-67f275f8dacc53f10b34b431028cebe346d0369c.zip |
Bump to 0.4.0.1-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 6d1b58923d..75bb0c7bd9 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.4.0.1-alpha]) +AC_INIT([tor],[0.4.0.1-alpha-dev]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) |