summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1997-05-22 06:44:42 +0000
committerPaul Mackerras <paulus@samba.org>1997-05-22 06:44:42 +0000
commit34b4094adbc2fb6e7cb026d61f81a670f171f309 (patch)
tree7bbc2d3527ee3b2f330bc44869b80d0a3ab66d1b /common
parent5db3ca45db049db212696d0495dbec051b99f7ac (diff)
downloadppp-34b4094adbc2fb6e7cb026d61f81a670f171f309.tar.gz
updated FILEVERSION
Diffstat (limited to 'common')
-rw-r--r--common/zlib.c4
-rw-r--r--common/zlib.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/common/zlib.c b/common/zlib.c
index 8883bac..b9da5f9 100644
--- a/common/zlib.c
+++ b/common/zlib.c
@@ -11,11 +11,11 @@
* - added Z_PACKET_FLUSH (see zlib.h for details)
* - added inflateIncomp
*
- * $Id: zlib.c,v 1.6 1997/04/30 05:41:19 paulus Exp $
+ * $Id: zlib.c,v 1.7 1997/05/22 06:44:39 paulus Exp $
*/
/*
- * ==FILEVERSION 970421==
+ * ==FILEVERSION 970501==
*
* This marker is used by the Linux installation script to determine
* whether an up-to-date version of this file is already installed.
diff --git a/common/zlib.h b/common/zlib.h
index 01d1a5d..864698a 100644
--- a/common/zlib.h
+++ b/common/zlib.h
@@ -1,4 +1,4 @@
-/* $Id: zlib.h,v 1.5 1997/04/30 05:41:20 paulus Exp $ */
+/* $Id: zlib.h,v 1.6 1997/05/22 06:44:40 paulus Exp $ */
/*
* This file is derived from zlib.h and zconf.h from the zlib-0.95
@@ -8,7 +8,7 @@
*/
/*
- * ==FILEVERSION 970421==
+ * ==FILEVERSION 970501==
*
* This marker is used by the Linux installation script to determine
* whether an up-to-date version of this file is already installed.