diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-09 15:17:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-09 15:17:38 -0400 |
commit | 5ce348c4c709c9e7277434890b9781ffe99230c8 (patch) | |
tree | fdc246d419e0f94c5c54da00c33e49a9ad97e10a /configure.ac | |
parent | 98dff5df3fd22be0a7a084dace22b218243e5164 (diff) | |
download | tor-5ce348c4c709c9e7277434890b9781ffe99230c8.tar.gz tor-5ce348c4c709c9e7277434890b9781ffe99230c8.zip |
Bump to 0.3.4.4-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 8cc509c430..c22e8531ed 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.4-rc]) +AC_INIT([tor],[0.3.4.4-rc-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |