diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-07-05 13:05:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-07-05 13:05:36 -0400 |
commit | 8f44d2822ed67fe64d86692a6f045e57ee3a7146 (patch) | |
tree | 83b33160edf1c1e0b8f5132302b2e6c6f1cf4ba3 /configure.ac | |
parent | 717eae3b8fc6c90915a1306a093c68a7024feb55 (diff) | |
download | tor-8f44d2822ed67fe64d86692a6f045e57ee3a7146.tar.gz tor-8f44d2822ed67fe64d86692a6f045e57ee3a7146.zip |
Update version to 0.2.8.5-rc. This is not yet a release.
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 7471f99e16..984565a27e 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.4-rc-dev]) +AC_INIT([tor],[0.2.8.5-rc]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |