diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-26 12:12:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-26 12:29:45 -0400 |
commit | 0a74346fe48d732b6fbc05676331c842d2c0be10 (patch) | |
tree | ed8fa50785ef8f25898763928f2b975d0b5d16c1 /configure.ac | |
parent | a873ba8edda40e4bc43e887d5f46a50eebb8b2ab (diff) | |
download | tor-0a74346fe48d732b6fbc05676331c842d2c0be10.tar.gz tor-0a74346fe48d732b6fbc05676331c842d2c0be10.zip |
Bump to 0.2.8.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 59433c2a65..28210c1a23 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.8.2-alpha-dev]) +AC_INIT([tor],[0.2.8.3-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |