diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-19 08:08:44 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-19 08:08:44 -0500 |
commit | 24318fbda99d7fb316e1c377fedaeba927102145 (patch) | |
tree | abbeb7c8db93f08728226b7da3123dceeb7cf53c /configure.ac | |
parent | c9009ccf92d9a759d9135bcf872640f769f93a00 (diff) | |
download | tor-24318fbda99d7fb316e1c377fedaeba927102145.tar.gz tor-24318fbda99d7fb316e1c377fedaeba927102145.zip |
Bump to 0.2.9.8
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 94774ec1f1..2a7548f990 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.7-rc-dev]) +AC_INIT([tor],[0.2.9.8]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |