diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-26 17:39:22 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-26 17:39:22 +0000 |
commit | f182e9707f831b24aeb12785746f5163780163ec (patch) | |
tree | 93ba4b4d6fc1c2d7a1f029b0ed33c3d3a3a45434 /configure.in | |
parent | f7adc017c403a5344e30af6391c08cf38865484c (diff) | |
download | tor-f182e9707f831b24aeb12785746f5163780163ec.tar.gz tor-f182e9707f831b24aeb12785746f5163780163ec.zip |
Bump version to 0.2.1.9-alpha-dev
svn:r17787
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 f979706bfe..58ea9484eb 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.9-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.1.9-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |