diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-24 09:09:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-24 09:09:26 -0400 |
commit | 09d2ae562ac47cfcb92ce5f66bb67ee3b5072059 (patch) | |
tree | a953bac5308b99ce3219e7898c212d705db68c87 /configure.ac | |
parent | b1bd1bf19f7e17a94cefaccb63e5608fda1df4e2 (diff) | |
download | tor-09d2ae562ac47cfcb92ce5f66bb67ee3b5072059.tar.gz tor-09d2ae562ac47cfcb92ce5f66bb67ee3b5072059.zip |
bump to 0.2.9.13
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 76140cbd19..786b4b095e 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.12-dev]) +AC_INIT([tor],[0.2.9.13]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |