diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-10-24 09:22:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-10-24 09:22:58 -0400 |
commit | 9e2608b0d35e7e890e53f83e40675851caff4a14 (patch) | |
tree | 6020a647bb30d089d905ff736075a837c1080074 /configure.ac | |
parent | 3202ac60067a0350bfea1d04fdfd1680aeb661dd (diff) | |
download | tor-9e2608b0d35e7e890e53f83e40675851caff4a14.tar.gz tor-9e2608b0d35e7e890e53f83e40675851caff4a14.zip |
bump version to 0.2.5.10-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 4b98b9cfd1..8fab9758bb 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.9-rc-dev]) +AC_INIT([tor],[0.2.5.10-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |