diff options
author | Andrea Shepard <andrea@persephoneslair.org> | 2015-06-10 14:58:33 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@persephoneslair.org> | 2015-06-10 15:02:04 +0000 |
commit | 1eb2c0cbd3a9be2650419bd07474770629261f56 (patch) | |
tree | 44d5badbcc2eb52fb9349a312b397602de7c805e /configure.ac | |
parent | 6785f0b65a106561a36239d89140bf18be3d7c6c (diff) | |
download | tor-1eb2c0cbd3a9be2650419bd07474770629261f56.tar.gz tor-1eb2c0cbd3a9be2650419bd07474770629261f56.zip |
Bump version to 0.2.6.9
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 156bb3f548..1496b0544b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl Copyright (c) 2007-2015, The Tor Project, Inc. dnl See LICENSE for licensing information -AC_INIT([tor],[0.2.6.8]) +AC_INIT([tor],[0.2.6.9]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |