diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:27:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:27:54 -0400 |
commit | 792931d53d26e469ea2e22f63911b1553c053473 (patch) | |
tree | 505cfb226beeebec99eddab24fc8c68cab0bacd3 /configure.ac | |
parent | d15d09a96839e0c13a9b9845a51a402d7a931949 (diff) | |
download | tor-792931d53d26e469ea2e22f63911b1553c053473.tar.gz tor-792931d53d26e469ea2e22f63911b1553c053473.zip |
Bump to 0.2.8.14
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 9c6d95d1e2..092aa74685 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.13]) +AC_INIT([tor],[0.2.8.14]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |