diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-18 09:10:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-18 09:10:48 -0400 |
commit | 77c671b7dd1b0bc61e69b97ab41af51bec669285 (patch) | |
tree | 71193a879fb931d2792d6404845e392d88b0bbe2 /configure.ac | |
parent | a0f892f19094efd963564cf788be887f694be796 (diff) | |
download | tor-77c671b7dd1b0bc61e69b97ab41af51bec669285.tar.gz tor-77c671b7dd1b0bc61e69b97ab41af51bec669285.zip |
bump to 0.2.6.5-rc
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 f04abfbb50..46851445b0 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.4-rc-dev]) +AC_INIT([tor],[0.2.6.5-rc]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |