diff options
author | Roger Dingledine <arma@torproject.org> | 2012-01-23 02:34:01 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-01-23 02:34:01 -0500 |
commit | 0cf873a0830776dc2599c11db3734fb0fe61b503 (patch) | |
tree | 8baf3d832e6054d54c71e003f34bb6a05838d034 /configure.in | |
parent | 9ce9836f853d8a31cde1c6ddd7c4e865099a582a (diff) | |
download | tor-0cf873a0830776dc2599c11db3734fb0fe61b503.tar.gz tor-0cf873a0830776dc2599c11db3734fb0fe61b503.zip |
bump to 0.2.3.11-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 2dbe411b14..e4bb12d74c 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) +AM_INIT_AUTOMAKE(tor, 0.2.3.11-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |