diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-09 05:47:23 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-09 05:47:23 +0000 |
commit | da7f0b53667e5fc0c645636ece7e5390ae9d4755 (patch) | |
tree | 091930fb83071bfb76e99940aeced2dbb65df8e6 /configure.in | |
parent | 233eddc9a758f2c9be76a498a3487374f91c7262 (diff) | |
download | tor-da7f0b53667e5fc0c645636ece7e5390ae9d4755.tar.gz tor-da7f0b53667e5fc0c645636ece7e5390ae9d4755.zip |
bump to 0.1.2.6-alpha-dev so we're ready for tomorrow's
surprise release too
svn:r9314
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 8605bb6efa..d8fab9fdda 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.1.2.6-alpha) +AM_INIT_AUTOMAKE(tor, 0.1.2.6-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |