diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-28 09:32:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-28 09:32:14 -0400 |
commit | fc877b3c9e437f097b73f1b3eee22fc66375ca88 (patch) | |
tree | 85dbe0d19479700947056c4ff6873bad29b0491f /configure.ac | |
parent | 87ee21c0aeeeb5efb5995464dcb85bc619bce36c (diff) | |
download | tor-fc877b3c9e437f097b73f1b3eee22fc66375ca88.tar.gz tor-fc877b3c9e437f097b73f1b3eee22fc66375ca88.zip |
Bump the version number
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 d6d65d463c..ad71f7fdda 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.1-alpha-dev]) +AC_INIT([tor],[0.2.8.2-alpha-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |