diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-08 09:00:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-08 09:00:59 -0500 |
commit | 6560346a45bbac60eee85957eba324717b782358 (patch) | |
tree | 84e41a00b17b73662bfe811de3bdf05da0d85a82 /configure.ac | |
parent | 212bd9778b5c249f02f8fbdc1e8ccbe4c108f03a (diff) | |
download | tor-6560346a45bbac60eee85957eba324717b782358.tar.gz tor-6560346a45bbac60eee85957eba324717b782358.zip |
Bump version to 0.3.5.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 1fc49fe90d..f14747aced 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.5.4-alpha]) +AC_INIT([tor],[0.3.5.4-alpha-dev]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) |