-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add VersionNum file to describe the release.
The standard style of VersionNum file can be used to give a programatically extractable version number in most tools. This is common in most RISC OS sources in some form. Tools such as the old RISC OS 'srccommit' tool, my own 'commit' tool, and more recently the 'riscos-vmanage' tool all use this format. The syntax output has been updated to match RISC OS tools better, including correcting the capitalisation of the tool.
- Loading branch information
Showing
2 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* WakeOnLAN (0.02) 01:13:55 12/12/2022 | ||
* | ||
* This file is automatically maintained by vmanage, do not edit manually. | ||
* | ||
*/ | ||
#define Module_MajorVersion_CMHG 0.02 | ||
#define Module_MinorVersion_CMHG | ||
#define Module_Date_CMHG 12 Dec 2022 | ||
|
||
#define Module_MajorVersion "0.02" | ||
#define Module_Version 2 | ||
#define Module_MinorVersion "" | ||
#define Module_Date "12 Dec 2022" | ||
|
||
#define Module_ApplicationDate2 "12-Dec-22" | ||
#define Module_ApplicationDate4 "12-Dec-2022" | ||
|
||
#define Module_ComponentName "WakeOnLAN" | ||
#define Module_ComponentBranch "" | ||
#define Module_ComponentPath "WakeOnLAN" | ||
|
||
#define Module_FullVersion "0.02" | ||
#define Module_FullVersionAndDate "0.02 (12 Dec 2022)" | ||
#define Module_HelpVersion "0.02 (12 Dec 2022)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters