diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-30 12:24:07 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-30 12:24:07 -0500 |
commit | 16c9cfd6588d04440b355a4cb8599bb7e7dd9702 (patch) | |
tree | a8123727f7ce663455c103fbd1cd72c51ccec4a8 /configure.ac | |
parent | 1fd6e25522ed064e8043f4548fbd33fca9246295 (diff) | |
download | tor-16c9cfd6588d04440b355a4cb8599bb7e7dd9702.tar.gz tor-16c9cfd6588d04440b355a4cb8599bb7e7dd9702.zip |
version bump to 0.2.9.14
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 f2c3f90baa..3e8084cdeb 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.13-dev]) +AC_INIT([tor],[0.2.9.14]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |