diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-27 03:47:47 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-27 03:47:47 +0000 |
commit | c25c7a947fb55d080da9bfdefdf1188e87b949a9 (patch) | |
tree | 11f7c725347b4eccbb70a49e1bdf89f2304161f7 /configure.in | |
parent | 194e1ad9cc7bc095a4a5269d5cb98aa8e8c9a6b1 (diff) | |
download | tinyproxy-c25c7a947fb55d080da9bfdefdf1188e87b949a9.tar.gz tinyproxy-c25c7a947fb55d080da9bfdefdf1188e87b949a9.zip |
Updated the 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 872383f..d784b88 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.17 2001-08-26 23:36:48 rjkaes Exp $ +dnl $Id: configure.in,v 1.18 2001-08-27 03:47: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.1) +AM_INIT_AUTOMAKE(tinyproxy,1.4.1.3) AM_CONFIG_HEADER(config.h) dnl |