diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-12 10:52:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-12 10:52:09 -0400 |
commit | a00d07ac1bddd84dd6109cae7afda970d5722d24 (patch) | |
tree | b47ec9f8b3780c1f8decd85649c5ec42732f033c /configure.ac | |
parent | b563082ad87448066f950fe581b47f1533b78341 (diff) | |
download | tor-a00d07ac1bddd84dd6109cae7afda970d5722d24.tar.gz tor-a00d07ac1bddd84dd6109cae7afda970d5722d24.zip |
Bump 025 version to 0.2.5.11
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 8fab9758bb..5372943c7b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl Copyright (c) 2007-2013, The Tor Project, Inc. dnl See LICENSE for licensing information -AC_INIT([tor],[0.2.5.10-dev]) +AC_INIT([tor],[0.2.5.11]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |