Skip to content

Commit 92222d6

Browse files
committed
Subversion Revision 9016:
fixes #1254008: some lines were accidently removed from build_version.h templates M: /s25client/branches/s25client_0.8/build_version.h.cmake M: /s25client/branches/s25client_0.8/build_version.h.in
1 parent 35dab7a commit 92222d6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

build_version.h.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55
#define WINDOW_VERSION "0.8.1"
66
#define WINDOW_REVISION "0"
77

8+
const char *GetWindowTitle();
9+
const char *GetWindowVersion();
10+
const char *GetWindowRevision();
11+
const char *GetCurrentYear();
12+
813
#endif // VERSION_H_INCLUDED

build_version.h.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55
#define WINDOW_VERSION "0.8.1"
66
#define WINDOW_REVISION "0"
77

8+
const char *GetWindowTitle();
9+
const char *GetWindowVersion();
10+
const char *GetWindowRevision();
11+
const char *GetCurrentYear();
12+
813
#endif // VERSION_H_INCLUDED

0 commit comments

Comments
 (0)