diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-12-16 12:09:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-12-16 12:09:42 -0500 |
commit | 663913e5cac521389faeae7a480456e2b6cd8737 (patch) | |
tree | 2b11dcc710d530f30a213292a484c1e8e215a3a0 /configure.in | |
parent | 1fbce83f8c56d9c66eee9ac115c5d7f9211eefb5 (diff) | |
download | tor-663913e5cac521389faeae7a480456e2b6cd8737.tar.gz tor-663913e5cac521389faeae7a480456e2b6cd8737.zip |
Increment version in master to 0.2.3.10-alpha-dev
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ecf437e0ca..8f70f229d9 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc. dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.3.10-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.3.10-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |