diff options
author | Roger Dingledine <arma@torproject.org> | 2012-02-13 00:55:03 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-02-13 00:55:03 -0500 |
commit | ff0059b924ec9bf1637eef81135b897da9210cc4 (patch) | |
tree | 37841da44e44a538dbe9543bc803009b95150fe2 /configure.in | |
parent | 4c81358f3b8ea5b9cde4a96154425c4e5f3b9d3d (diff) | |
download | tor-ff0059b924ec9bf1637eef81135b897da9210cc4.tar.gz tor-ff0059b924ec9bf1637eef81135b897da9210cc4.zip |
bump to 0.2.3.12-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 ef571b84d6..e6d8a8b571 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.11-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.3.12-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |