diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-13 12:06:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-13 12:06:37 -0500 |
commit | 93b3c4b8448914b6f3753829a965603fe15c059c (patch) | |
tree | 6ef404544ed055af7d12688573e994f628ec1212 /configure.ac | |
parent | 15b41fa6ae6a1356d5453242ccb7d7d301dd5e67 (diff) | |
download | tor-93b3c4b8448914b6f3753829a965603fe15c059c.tar.gz tor-93b3c4b8448914b6f3753829a965603fe15c059c.zip |
update to 0.3.2.7-rc
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 0868223132..c5163b8202 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.2.6-alpha-dev]) +AC_INIT([tor],[0.3.2.7-rc]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |