diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-06-16 15:32:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-06-16 15:32:35 -0400 |
commit | 9329c3828d55a80e3dec5b41afc3ce3778ca7d5b (patch) | |
tree | 69cd8a68fc7ab83f19461a619ba8033b042f081d /configure.ac | |
parent | dd362b52f35a1654969a96082372ee25a9710002 (diff) | |
download | tor-9329c3828d55a80e3dec5b41afc3ce3778ca7d5b.tar.gz tor-9329c3828d55a80e3dec5b41afc3ce3778ca7d5b.zip |
bump version to 0.2.5.5-alpha. Not released yet.
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 deaa939817..5ff412178f 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.4-alpha-dev]) +AC_INIT([tor],[0.2.5.5-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |