diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-09-14 23:44:47 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-09-14 23:44:47 +0000 |
commit | 0689226ba60331c2185ecf7f705107c431150240 (patch) | |
tree | a3fb507a470af757a41a899c63ad618500a78f47 | |
parent | 9d61e1fd4b8a32fbf966aed7d5ea3cecac1c9d52 (diff) | |
download | tinyproxy-0689226ba60331c2185ecf7f705107c431150240.tar.gz tinyproxy-0689226ba60331c2185ecf7f705107c431150240.zip |
Bumped up version number.
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 0c400aa..5a630a9 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.28 2001-09-11 19:24:44 rjkaes Exp $ +dnl $Id: configure.in,v 1.29 2001-09-14 23:44:47 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.3pre3) +AM_INIT_AUTOMAKE(tinyproxy,1.4.3pre4) AM_CONFIG_HEADER(config.h) dnl |