diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:24:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:24:38 -0400 |
commit | b53322024967746b24eb47ac688ddfbf7df8599f (patch) | |
tree | 5e998da1d76c4b375160e411f65716f94c4e2621 /configure.ac | |
parent | 987c7cae7073ba2c579cc81f973446831246858d (diff) | |
download | tor-b53322024967746b24eb47ac688ddfbf7df8599f.tar.gz tor-b53322024967746b24eb47ac688ddfbf7df8599f.zip |
bump to 0.2.9.11
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 d54793af2f..b295bf5a19 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.10-dev]) +AC_INIT([tor],[0.2.9.11]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |