diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-09-11 04:21:18 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-09-11 04:21:18 +0000 |
commit | 04ea116e8eda7da8ecbf8c412ea6118fd520dced (patch) | |
tree | 3df14667e99725ee5b322608cb0448aeaa6b08c8 /configure.in | |
parent | 1bc68cc41daf5af40940038257151881733c36d0 (diff) | |
download | tinyproxy-04ea116e8eda7da8ecbf8c412ea6118fd520dced.tar.gz tinyproxy-04ea116e8eda7da8ecbf8c412ea6118fd520dced.zip |
Updated version number.
Diffstat (limited to '')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f66054d..d9d18f8 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.26 2001-09-08 18:58:57 rjkaes Exp $ +dnl $Id: configure.in,v 1.27 2001-09-11 04:21:18 rjkaes Exp $ dnl Devlopers, please strive to achieve this order: dnl @@ -19,7 +19,7 @@ AC_INIT() AC_CANONICAL_SYSTEM AC_DEFINE_UNQUOTED(TARGET_SYSTEM, "$target") -AM_INIT_AUTOMAKE(tinyproxy,1.4.3pre1) +AM_INIT_AUTOMAKE(tinyproxy,1.4.3pre2) AM_CONFIG_HEADER(config.h) dnl |