diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-07 16:38:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-07 16:38:53 -0500 |
commit | 3dfecffa7d6a3ab268983b9477cf36a01e7353f6 (patch) | |
tree | a6ef7cb994c1e4ba713fac65ba5106c2864e2fa3 /configure.ac | |
parent | 9994404238e6b87907f811cab2a5126d030ff55d (diff) | |
download | tor-3dfecffa7d6a3ab268983b9477cf36a01e7353f6.tar.gz tor-3dfecffa7d6a3ab268983b9477cf36a01e7353f6.zip |
bump version to 0.2.9.5-alpha
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 d35f83cead..58eab736d6 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.4-alpha-dev]) +AC_INIT([tor],[0.2.9.5-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |