diff options
author | Roger Dingledine <arma@torproject.org> | 2012-04-30 16:43:08 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-04-30 16:43:08 -0400 |
commit | 81d9a9368fae246940215294b923c1d7ee9d2231 (patch) | |
tree | c812a636541be1ed98d3ba9466937daa7c1d3495 /configure.in | |
parent | 2513a3e959b616126f2c0a050e9f8f9593721ef7 (diff) | |
download | tor-81d9a9368fae246940215294b923c1d7ee9d2231.tar.gz tor-81d9a9368fae246940215294b923c1d7ee9d2231.zip |
bump to 0.2.3.15-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 f45c5cdc4b..f4e0fea704 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.15-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.3.15-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |