Commit 0fbf7b69 authored by Stewart Brodie's avatar Stewart Brodie
Browse files

Gets the version number and build date from the VersionNum file now!

Detail:
  Previously, everything was hardwired into the module source code.
Admin:
  Built.

Version 1.21. Tagged as 'FSLock-1_21'
parent fd141816
No preview for this file type
/* (1.20)
/* (1.21)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 1.20
#define Module_MajorVersion_CMHG 1.21
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 27 Nov 2000
#define Module_MajorVersion "1.20"
#define Module_Version 120
#define Module_MajorVersion "1.21"
#define Module_Version 121
#define Module_MinorVersion ""
#define Module_Date "27 Nov 2000"
......@@ -18,5 +18,5 @@
#define Module_ComponentName "FSLock"
#define Module_ComponentPath "RiscOS/Sources/FileSys/FSLock"
#define Module_FullVersion "1.20"
#define Module_HelpVersion "1.20 (27 Nov 2000)"
#define Module_FullVersion "1.21"
#define Module_HelpVersion "1.21 (27 Nov 2000)"
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