diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-10-30 10:25:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-10-30 10:25:24 -0400 |
commit | 98ac48785bdb1eb1f47c9892c0d1556235424b8d (patch) | |
tree | 9e4ab98ade41613681bd9f86d10e34a868ac0b53 /configure.ac | |
parent | 5a601dd2901644a537621f407f072d634ece2cfe (diff) | |
download | tor-98ac48785bdb1eb1f47c9892c0d1556235424b8d.tar.gz tor-98ac48785bdb1eb1f47c9892c0d1556235424b8d.zip |
Bump version to 0.2.6.1-alpha-dev
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 c03d046b03..e7560b2bfc 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]) +AC_INIT([tor],[0.2.6.1-alpha-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |