From f1ce203686011795f898bed1ae3c72f09fb342cb Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 9 Aug 2001 09:10:13 +0000
Subject: [PATCH] Added $Id:$ string for file version in the header

---
 lib/Makefile.b32 | 2 ++
 lib/Makefile.m32 | 2 ++
 lib/Makefile.vc6 | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/lib/Makefile.b32 b/lib/Makefile.b32
index 44de4c53bc..76b72b1c75 100644
--- a/lib/Makefile.b32
+++ b/lib/Makefile.b32
@@ -1,4 +1,6 @@
 ############################################################
+# $Id$
+#
 #  Makefile.b32 - Borland's C++ Compiler 5.X
 #
 #  'lib' directory
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index 9131eec20f..367ff95222 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -1,4 +1,6 @@
 #############################################################
+# $Id$
+#
 ## Makefile for building libcurl.a with MingW32 (GCC-2.95) and
 ## optionally OpenSSL (0.9.6)
 ## Use: make -f Makefile.m32
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index 69fecc27c0..550ddc22de 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -1,4 +1,6 @@
 #############################################################
+# $Id: Makefile.am,v 1.20 2001/08/08 07:46:44 bagder Exp $
+#
 ## Makefile for building libcurl.lib with MSVC6
 ## Use: nmake -f makefile.vc6 [release | release-ssl | debug]
 ##      (default is release)
-- 
GitLab