diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-12-31 08:58:26 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-12-31 08:58:26 -0500 |
commit | a4193252e944022cbb614f9bae44f7c87dbfd64a (patch) | |
tree | e77316e1cd4504e297afe02b90cde73068b00d66 /configure.ac | |
parent | 6ed95baa0c6dde9e07fd6e9c8d1fea950f2e1840 (diff) | |
download | tor-a4193252e944022cbb614f9bae44f7c87dbfd64a.tar.gz tor-a4193252e944022cbb614f9bae44f7c87dbfd64a.zip |
bump the version to 0.2.6.2-alpha
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 666478f920..65b4b3d619 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl Copyright (c) 2007-2014, The Tor Project, Inc. dnl See LICENSE for licensing information -AC_INIT([tor],[0.2.6.1-alpha-dev]) +AC_INIT([tor],[0.2.6.2-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |