diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-01 16:42:17 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-01 16:42:17 -0500 |
commit | 35753c077457da66d1dac990379727dd443826cc (patch) | |
tree | a92230deb8d16c4b6976d7c4df7a64bc4a3590c2 /configure.ac | |
parent | c1bb8836ff6b3abe32a17ffb3ae25cfdc770ceb4 (diff) | |
download | tor-35753c077457da66d1dac990379727dd443826cc.tar.gz tor-35753c077457da66d1dac990379727dd443826cc.zip |
version bump to 0.2.9.15
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 73470f2140..baf6ea3ca6 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.14-dev]) +AC_INIT([tor],[0.2.9.15]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |