diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-26 00:12:05 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-26 00:12:05 +0000 |
commit | 1401bc54f4b8aeeea21950ad20e8d79ffc87ba0b (patch) | |
tree | 75bc9ea35b60f511a520e094ee8c745a02c563cb /configure.in | |
parent | 0c8142e981497359d86d6c8825455d315d99d3fb (diff) | |
download | tor-1401bc54f4b8aeeea21950ad20e8d79ffc87ba0b.tar.gz tor-1401bc54f4b8aeeea21950ad20e8d79ffc87ba0b.zip |
r15692@tombo: nickm | 2007-12-25 18:15:50 -0500
Bump version to 0.2.0.15-alpha-dev
svn:r12982
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 1497813985..3244cecde7 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.0.15-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.0.15-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |