diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-08 09:04:37 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-08 09:04:37 -0500 |
commit | 4732e150e83fdc4d07f5741ed6e9451901b0e9e2 (patch) | |
tree | 64700254fca6abe1c55b56b9e421f19f8b560371 /configure.ac | |
parent | cc34ba1cecc7733bf69a6fee9e6ecf2ac8661b7e (diff) | |
download | tor-4732e150e83fdc4d07f5741ed6e9451901b0e9e2.tar.gz tor-4732e150e83fdc4d07f5741ed6e9451901b0e9e2.zip |
Bump to 0.2.8.11
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 fb5d6d728b..3113366001 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.10-dev]) +AC_INIT([tor],[0.2.8.11]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |