diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-22 16:11:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-22 16:11:50 -0400 |
commit | 33f81b8712cc28fab6c66a035889a277a3a0cdef (patch) | |
tree | 8726e564b771ccc30f378f92f02270118eace6d4 /configure.ac | |
parent | f5deb2feaa0105610002459ad3f0defd3f33a534 (diff) | |
download | tor-33f81b8712cc28fab6c66a035889a277a3a0cdef.tar.gz tor-33f81b8712cc28fab6c66a035889a277a3a0cdef.zip |
bump master to 0.2.9.3-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 fc270173f3..92a90eebc9 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.2-alpha-dev]) +AC_INIT([tor],[0.2.9.3-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |