diff --git a/samples/SAXPrint/Makefile.in b/samples/SAXPrint/Makefile.in
index 215237851fefc7844d124056fcfbc49d809bb3b3..ca09134f03d5c59613297bde68ac3e13f6a56628 100644
--- a/samples/SAXPrint/Makefile.in
+++ b/samples/SAXPrint/Makefile.in
@@ -54,28 +54,7 @@
 # <http://www.apache.org/>.
 # 
 #
-# $Log$
-# Revision 1.6  2000/02/06 07:47:24  rahulj
-# Year 2K copyright swat.
-#
-# Revision 1.5  2000/02/05 00:05:03  abagchi
-# Made sure all targets are prepended with :: instead of single :
-#
-# Revision 1.4  1999/12/21 00:16:59  aruna1
-# ICUROOT reference removed from samples
-#
-# Revision 1.3  1999/12/20 23:55:13  aruna1
-# "transcoder information checked instead of ICUROOT"
-#
-# Revision 1.2  1999/11/12 20:34:55  rahulj
-# Replaced XML4CROOT with XERCESCROOT.
-#
-# Revision 1.1.1.1  1999/11/09 01:09:28  twl
-# Initial checkin
-#
-# Revision 1.3  1999/11/08 20:43:41  rahul
-# Swat for adding in Product name and CVS comment log variable.
-#
+# $Id$
 #
 
 ###################################################################
@@ -94,6 +73,7 @@ CXXFLAGS = @cxxflags@
 CFLAGS = @cflags@
 PREFIX = @prefix@
 
+include ../../obj/version.incl
 include ../Makefile.incl
 
 APP_NAME=SAXPrint
diff --git a/samples/StdInParse/Makefile.in b/samples/StdInParse/Makefile.in
index 96b19a836fa36e19420af210b07a367843797ed1..efa9a1e9cad3da1e4afa8a5f77622f63da9dac06 100644
--- a/samples/StdInParse/Makefile.in
+++ b/samples/StdInParse/Makefile.in
@@ -54,31 +54,7 @@
 # <http://www.apache.org/>.
 #
 #
-# $Log$
-# Revision 1.7  2000/02/06 07:47:25  rahulj
-# Year 2K copyright swat.
-#
-# Revision 1.6  2000/02/05 00:05:07  abagchi
-# Made sure all targets are prepended with :: instead of single :
-#
-# Revision 1.5  2000/01/21 22:25:53  abagchi
-# OS390 Change: changed the batch target name to 8 characters
-#
-# Revision 1.4  1999/12/21 00:17:04  aruna1
-# ICUROOT reference removed from samples
-#
-# Revision 1.3  1999/12/20 23:55:20  aruna1
-# "transcoder information checked instead of ICUROOT"
-#
-# Revision 1.2  1999/11/12 20:35:02  rahulj
-# Replaced XML4CROOT with XERCESCROOT.
-#
-# Revision 1.1.1.1  1999/11/09 01:09:26  twl
-# Initial checkin
-#
-# Revision 1.2  1999/11/08 20:43:42  rahul
-# Swat for adding in Product name and CVS comment log variable.
-#
+# $Id$
 #
 
 ###################################################################
@@ -97,6 +73,7 @@ CXXFLAGS = @cxxflags@
 CFLAGS = @cflags@
 PREFIX = @prefix@
 
+include ../../obj/version.incl
 include ../Makefile.incl
 
 APP_NAME=StdInParse