diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-07 15:10:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-07 15:10:49 -0400 |
commit | da29074fc4dce509aec048903e7e854a44c1d825 (patch) | |
tree | 3b79cffa870afb24fcaf2824f6e6a6d6eae02867 /configure.ac | |
parent | 1e46a391b3ef4dfc65044f900684368ea234c290 (diff) | |
download | tor-da29074fc4dce509aec048903e7e854a44c1d825.tar.gz tor-da29074fc4dce509aec048903e7e854a44c1d825.zip |
Bump to 0.2.9.17
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 5ac3579d70..61a0c3238e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.2.9.15-dev]) +AC_INIT([tor],[0.2.9.17]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |