diff --git a/Makefile b/Makefile
index 642ff332722604317815211633408db3197e6724..38cd3b32a3bcf3eee454cd1a7f2c08cef38337c2 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ export_libs: ${COMPONENT} ${COMPONENTZM} ${LCOMPONENT} ${LCOMPONENTZM} o.dirs
 	${CP} ${COMPONENTZM} ${DEBUGLIB}.o.${COMPONENTZM} ${CPFLAGS}
 	${CP} ${LCOMPONENT}   ${DEBUGLIB}.o.${LCOMPONENT}   ${CPFLAGS}
 	${CP} ${LCOMPONENTZM} ${DEBUGLIB}.o.${LCOMPONENTZM} ${CPFLAGS}
-	${CP} VersionNum ${DEBUGLIB}.VersionNum ${CPFLAGS}
+	${CP} VersionNum ${DEBUGLIB}.LibVersion ${CPFLAGS}
 
 
 #
diff --git a/VersionNum b/VersionNum
index 5dadc691beba07c3b863e962804daf6b9836e1ac..f8b2227b5f5abb6f5cbdfa0b4c7f6ef50a2f2c49 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,15 +1,15 @@
-/* (0.07)
+/* (0.08)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  *
  */
-#define Module_MajorVersion_CMHG     	0.07
-#define Module_MinorVersion_CMHG	
-#define Module_Date_CMHG      		21 Sep 1999
+#define Module_MajorVersion_CMHG        0.08
+#define Module_MinorVersion_CMHG        
+#define Module_Date_CMHG                21 Jan 2000
 
-#define Module_MajorVersion     	"0.07"
-#define Module_Version                  7
-#define Module_MinorVersion		""
-#define Module_Date      		"21 Sep 1999"
+#define Module_MajorVersion             "0.08"
+#define Module_Version                  8
+#define Module_MinorVersion             ""
+#define Module_Date                     "21 Jan 2000"
 
-#define Module_FullVersion              "0.07"
+#define Module_FullVersion              "0.08"