diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-04 22:45:54 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-04 22:45:54 +0000 |
commit | 1d3e63158eabb59680bcf59c7b5484963a7306d6 (patch) | |
tree | 9d18b457c6eb5f86f673badc6bde4d6e4587f860 /configure.in | |
parent | 9aad89e97373798f5bdc450f0fbc5903dbc96e66 (diff) | |
download | tor-1d3e63158eabb59680bcf59c7b5484963a7306d6.tar.gz tor-1d3e63158eabb59680bcf59c7b5484963a7306d6.zip |
bump to 0.1.1.4-alpha in preparation for new release
svn:r4701
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 6c82d10c8a..497dff72d0 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.3-alpha) +AM_INIT_AUTOMAKE(tor, 0.1.1.4-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |