diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:26:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:26:00 -0400 |
commit | fa73f59ad3902449826f31635e47aa4750b23209 (patch) | |
tree | 92a335e73c4d535f478028f564353653b18aa7b3 /configure.ac | |
parent | dec7998f5c42dde955760efc72f57025a32da238 (diff) | |
download | tor-fa73f59ad3902449826f31635e47aa4750b23209.tar.gz tor-fa73f59ad3902449826f31635e47aa4750b23209.zip |
bump to 0.2.5.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 8f85dae720..da797e5586 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl Copyright (c) 2007-2013, The Tor Project, Inc. dnl See LICENSE for licensing information -AC_INIT([tor],[0.2.5.13]) +AC_INIT([tor],[0.2.5.14]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |