diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-14 13:20:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-14 13:20:29 -0400 |
commit | 3c6d4fe04670875497dd451109d1bc16da7b7aae (patch) | |
tree | ba866ffde17e303a5c8a343ee38c64933a827f80 /configure.ac | |
parent | 3138fe2e694a7036d28427ee3d76e639d15e4bc0 (diff) | |
download | tor-3c6d4fe04670875497dd451109d1bc16da7b7aae.tar.gz tor-3c6d4fe04670875497dd451109d1bc16da7b7aae.zip |
version bump: 0.2.9.12
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 f5545f4684..45019bebbc 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.11-dev]) +AC_INIT([tor],[0.2.9.12]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |