diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-07 20:15:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-07 20:15:34 -0400 |
commit | de129e69ba1192f0c2ad46ac898df248944068eb (patch) | |
tree | 41ead49548428cdb50f475ff41d7d8345960c447 /configure.ac | |
parent | 882b2ad0aa46702e8420ef0d4bd788daff6f3ffd (diff) | |
download | tor-de129e69ba1192f0c2ad46ac898df248944068eb.tar.gz tor-de129e69ba1192f0c2ad46ac898df248944068eb.zip |
Update version to 0.3.4.6-rc-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 e8ceab5119..ff54f41af2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.3.4.6-rc]) +AC_INIT([tor],[0.3.4.6-rc-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |