Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ben Avison
builder
Commits
a762823c
Commit
a762823c
authored
Sep 25, 1997
by
Richard Buckley
Browse files
Modified sources to use VersionNum scheme.
Version 0.06, 1.1.2.2. Tagged as 'builder-0_06-1_1_2_2'
parent
24e5acfa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
VersionNum
VersionNum
+2
-2
h/constants
h/constants
+3
-1
No files found.
VersionNum
View file @
a762823c
...
@@ -4,10 +4,10 @@
...
@@ -4,10 +4,10 @@
*
*
*/
*/
#define Module_MajorVersion_CMHG 0.06
#define Module_MajorVersion_CMHG 0.06
#define Module_MinorVersion_CMHG
$Revision$
#define Module_MinorVersion_CMHG
1.1.2.2
#define Module_Date_CMHG 25 Sep 1997
#define Module_Date_CMHG 25 Sep 1997
#define Module_MajorVersion "0.06"
#define Module_MajorVersion "0.06"
#define Module_MinorVersion "
$Revision$
"
#define Module_MinorVersion "
1.1.2.2
"
#define Module_Date "25 Sep 1997"
#define Module_Date "25 Sep 1997"
h/constants
View file @
a762823c
...
@@ -25,7 +25,9 @@
...
@@ -25,7 +25,9 @@
#ifndef __constants_h
#ifndef __constants_h
#define __constants_h
#define __constants_h
#define APP_VERSION "0.06 (24 Sep 1997)"
#include "VersionNum"
#define APP_VERSION Module_MajorVersion " (" Module_Date ") " Module_MinorVersion
#define APP_DIR "<Builder$Dir>"
#define APP_DIR "<Builder$Dir>"
#define FILENAME_MESSAGES APP_DIR ".Messages"
#define FILENAME_MESSAGES APP_DIR ".Messages"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment