diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-28 16:01:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-28 16:01:55 -0400 |
commit | 9c5a118272bfbb7d4c287f4310237bf90a404c63 (patch) | |
tree | b140bfebfe7427191ef166b76c7560f39340ce5f /configure.in | |
parent | 64f8e68e65f32c742eab85d993da2a838f90dcf3 (diff) | |
download | tor-9c5a118272bfbb7d4c287f4310237bf90a404c63.tar.gz tor-9c5a118272bfbb7d4c287f4310237bf90a404c63.zip |
bump version to 0.2.3.18-rc-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 e9ef4f8f94..1db7d08e20 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2012, The Tor Project, Inc. dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.3.18-rc) +AM_INIT_AUTOMAKE(tor, 0.2.3.18-rc-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |