diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-05 19:16:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-05 19:16:11 +0000 |
commit | 1ec3081a84d285f66704490f8a71d67b2cd8c4b1 (patch) | |
tree | 1213fe6510ddb401ac76e7385b9fdcb99b4cbb85 /configure.in | |
parent | 197eb2b2cb89ae287073a3e0b26f1da3cdcb8a9b (diff) | |
download | tor-1ec3081a84d285f66704490f8a71d67b2cd8c4b1.tar.gz tor-1ec3081a84d285f66704490f8a71d67b2cd8c4b1.zip |
bump to 0.1.1.5-alpha, though it's not released yet
svn:r4721
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 ca72aea53c..a662080791 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright 2004-2005 Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.1.1.4-alpha) +AM_INIT_AUTOMAKE(tor, 0.1.1.5-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |