Commit f8ce9bc3 authored by Ben Laughton's avatar Ben Laughton
Browse files

Modified to use srccommit.

Version 0.01. Tagged as 'Wild-0_01'
parent b602c078
......@@ -137,7 +137,8 @@ $(EXP_DIR).dirs:
export: export_$(PHASE)
export_hdrs: $(EXP_DIR).dirs
@$(CP) Export.h $(EXP_DIR).* $(CPFLAGS)
@$(CP) Export.h $(EXP_DIR).* $(CPFLAGS)
@$(CP) VersionNum $(EXP_DIR).LibVersion $(CPFLAGS)
export_libs: $(TARGET) $(EXP_DIR).dirs
@$(CP) $(TARGET) $(EXP_DIR).o.* $(CPFLAGS)
......
/* (0.00)
/* (0.01)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 0.00
#define Module_MajorVersion_CMHG 0.01
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 11 Apr 2000
#define Module_MajorVersion "0.00"
#define Module_Version 0
#define Module_MajorVersion "0.01"
#define Module_Version 1
#define Module_MinorVersion ""
#define Module_Date "11 Apr 2000"
#define Module_FullVersion "0.00"
#define Module_FullVersion "0.01"
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