diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-15 12:55:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-15 12:55:17 -0400 |
commit | e718a582af615989bbb586dac9f99690f8db420f (patch) | |
tree | e307d9dd19f17ae388bc25162fb96bc0683e54e9 /configure.ac | |
parent | 3a0d42fbf97384526fb51de9a58e9b49bbccf2e8 (diff) | |
download | tor-e718a582af615989bbb586dac9f99690f8db420f.tar.gz tor-e718a582af615989bbb586dac9f99690f8db420f.zip |
Bump to 0.2.8.4-rc-dev
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 9d4e56d381..7471f99e16 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]) +AC_INIT([tor],[0.2.8.4-rc-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |