diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-06 10:00:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-06 10:00:30 -0400 |
commit | eb41214dbaf090ba9d556d2d501d2d486e2f8581 (patch) | |
tree | 2cee9a1ab66bf48639ccc5f0a684694c293af5e5 /configure.ac | |
parent | eab67b06cf647e536c3ccaab7795b478413fa473 (diff) | |
download | tor-eb41214dbaf090ba9d556d2d501d2d486e2f8581.tar.gz tor-eb41214dbaf090ba9d556d2d501d2d486e2f8581.zip |
bump version to 0.2.6.7
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 5ea7708f7d..f88cfc2cea 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.6-dev]) +AC_INIT([tor],[0.2.6.7]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |