diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-11-21 19:35:51 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-11-21 19:35:51 +0000 |
commit | 757d341d962168a4f5834c1b6c4c410a07eaa82a (patch) | |
tree | 4ae8378261fa01537bfefe81c8bfd672ab15dd50 | |
parent | b92e2fc457112869bc721fe270c98837a6383c87 (diff) | |
download | tinyproxy-757d341d962168a4f5834c1b6c4c410a07eaa82a.tar.gz tinyproxy-757d341d962168a4f5834c1b6c4c410a07eaa82a.zip |
Bumped the version number to release status.
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 8e838e0..ac74f10 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.34 2001-11-05 15:25:39 rjkaes Exp $ +dnl $Id: configure.in,v 1.35 2001-11-21 19:35:51 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.3pre7) +AM_INIT_AUTOMAKE(tinyproxy,1.4.3) AM_CONFIG_HEADER(config.h) dnl |