diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-12-15 12:04:52 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-12-15 12:04:52 -0500 |
commit | 1fbce83f8c56d9c66eee9ac115c5d7f9211eefb5 (patch) | |
tree | ce050228556f22bafe8bdefd7fd112d34868ebef /configure.in | |
parent | a7b5e72463f2cc1bb7beac3aa7cd375779ae0984 (diff) | |
download | tor-1fbce83f8c56d9c66eee9ac115c5d7f9211eefb5.tar.gz tor-1fbce83f8c56d9c66eee9ac115c5d7f9211eefb5.zip |
Bump version to Tor 0.2.3.10-alphator-0.2.3.10-alpha
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 84eaca6ec6..ecf437e0ca 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.9-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.3.10-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |