diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-08 11:39:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-08 11:39:24 -0500 |
commit | 1f7f930f9ef27a5fd289df23695df97d0fe262b7 (patch) | |
tree | f61579accd58284f7ebac34679a9454377d7acff /configure.ac | |
parent | 1c5c5f0e50084c7a36991212ddf21295306da17f (diff) | |
download | tor-1f7f930f9ef27a5fd289df23695df97d0fe262b7.tar.gz tor-1f7f930f9ef27a5fd289df23695df97d0fe262b7.zip |
Increment version to 0.3.2.9
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 1bd782eb80..85935364d3 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.8-rc-dev]) +AC_INIT([tor],[0.3.2.9]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |