Commit 33bf658c authored by Stewart Brodie's avatar Stewart Brodie
Browse files

remotedb exports LibVersion instead of VersionNum.

Detail:
  Changing the exported name stops confusion in the compiler.
Admin:
  Not tested - only changed the exported filename.


Version 0.08. Tagged as 'remotedb-0_08'
parent 7f373dd5
...@@ -130,7 +130,7 @@ export_libs: ${COMPONENT} ${COMPONENTZM} ${LCOMPONENT} ${LCOMPONENTZM} o.dirs ...@@ -130,7 +130,7 @@ export_libs: ${COMPONENT} ${COMPONENTZM} ${LCOMPONENT} ${LCOMPONENTZM} o.dirs
${CP} ${COMPONENTZM} ${DEBUGLIB}.o.${COMPONENTZM} ${CPFLAGS} ${CP} ${COMPONENTZM} ${DEBUGLIB}.o.${COMPONENTZM} ${CPFLAGS}
${CP} ${LCOMPONENT} ${DEBUGLIB}.o.${LCOMPONENT} ${CPFLAGS} ${CP} ${LCOMPONENT} ${DEBUGLIB}.o.${LCOMPONENT} ${CPFLAGS}
${CP} ${LCOMPONENTZM} ${DEBUGLIB}.o.${LCOMPONENTZM} ${CPFLAGS} ${CP} ${LCOMPONENTZM} ${DEBUGLIB}.o.${LCOMPONENTZM} ${CPFLAGS}
${CP} VersionNum ${DEBUGLIB}.VersionNum ${CPFLAGS} ${CP} VersionNum ${DEBUGLIB}.LibVersion ${CPFLAGS}
# #
......
/* (0.07) /* (0.08)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* *
*/ */
#define Module_MajorVersion_CMHG 0.07 #define Module_MajorVersion_CMHG 0.08
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 21 Sep 1999 #define Module_Date_CMHG 21 Jan 2000
#define Module_MajorVersion "0.07" #define Module_MajorVersion "0.08"
#define Module_Version 7 #define Module_Version 8
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "21 Sep 1999" #define Module_Date "21 Jan 2000"
#define Module_FullVersion "0.07" #define Module_FullVersion "0.08"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment