diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-28 10:38:55 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-28 10:38:55 -0500 |
commit | b049a5b3989ab72c4e87ecd029fc1e6886f61371 (patch) | |
tree | bd35f8466e8e07bd0c075b0b44b10023044b2a0b /configure.ac | |
parent | 3e07a54928c3b14b4eb86b05251564c3e16504c4 (diff) | |
download | tor-b049a5b3989ab72c4e87ecd029fc1e6886f61371.tar.gz tor-b049a5b3989ab72c4e87ecd029fc1e6886f61371.zip |
bump version to 0.2.9.10
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 f7bdd97e13..095f37462e 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.9-dev]) +AC_INIT([tor],[0.2.9.10]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |