diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-05-25 16:32:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-25 16:32:47 -0400 |
commit | f334297d388f7a1167c34b3f50bc0513f5c7cfac (patch) | |
tree | 32a9678d0fd9e3cde82e9e0a008f000934573527 /configure.in | |
parent | 2f39eca28b113a18621d3ea3976ab12ceb60c41b (diff) | |
download | tor-f334297d388f7a1167c34b3f50bc0513f5c7cfac.tar.gz tor-f334297d388f7a1167c34b3f50bc0513f5c7cfac.zip |
Bump version to 0.2.1.15-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 cdcb447176..ceca53f078 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc. dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.1.15-rc) +AM_INIT_AUTOMAKE(tor, 0.2.1.15-rc-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |