diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-18 16:32:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-18 16:32:13 -0400 |
commit | ca03b10b0c39a02fd66824d04deccf40cbd66951 (patch) | |
tree | 0cb698664ecf1cdf4e5aa732c9256bc6cb94608f /configure.ac | |
parent | 77c671b7dd1b0bc61e69b97ab41af51bec669285 (diff) | |
download | tor-ca03b10b0c39a02fd66824d04deccf40cbd66951.tar.gz tor-ca03b10b0c39a02fd66824d04deccf40cbd66951.zip |
bump to 0.2.6.5-rc.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 46851445b0..3adcc2b2e8 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.5-rc]) +AC_INIT([tor],[0.2.6.5-rc-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |