diff --git a/VersionASM b/VersionASM
new file mode 100644
index 0000000000000000000000000000000000000000..b26073698e0846296825af6036b2de1c2f5ee4f9
--- /dev/null
+++ b/VersionASM
@@ -0,0 +1,12 @@
+;
+; This file is automatically maintained by srccommit, do not edit manually.
+;
+			GBLS	Module_MajorVersion
+			GBLA    Module_Version
+			GBLS	Module_MinorVersion
+			GBLS	Module_Date
+Module_MajorVersion	SETS    "4.86"
+Module_Version          SETA    486
+Module_MinorVersion	SETS	""
+Module_Date		SETS    "27 Aug 1998"
+		        END
diff --git a/VersionNum b/VersionNum
new file mode 100644
index 0000000000000000000000000000000000000000..92e09ce9aa3e5d102a47cf34d3c72b2ac8181d12
--- /dev/null
+++ b/VersionNum
@@ -0,0 +1,14 @@
+/* (4.86)
+ *
+ * This file is automatically maintained by srccommit, do not edit manually.
+ *
+ */
+#define Module_MajorVersion_CMHG     	4.86
+#define Module_MinorVersion_CMHG	
+#define Module_Date_CMHG      		27 Aug 1998
+
+#define Module_MajorVersion     	"4.86"
+#define Module_Version                  486
+#define Module_MinorVersion		""
+#define Module_Date      		"27 Aug 1998"
+