Skip to content

Commit

Permalink
Subversion Revision 9016:
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Flow86 committed Nov 23, 2013
1 parent 35dab7a commit 92222d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build_version.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
#define WINDOW_VERSION "0.8.1"
#define WINDOW_REVISION "0"

const char *GetWindowTitle();
const char *GetWindowVersion();
const char *GetWindowRevision();
const char *GetCurrentYear();

#endif // VERSION_H_INCLUDED
5 changes: 5 additions & 0 deletions build_version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
#define WINDOW_VERSION "0.8.1"
#define WINDOW_REVISION "0"

const char *GetWindowTitle();
const char *GetWindowVersion();
const char *GetWindowRevision();
const char *GetCurrentYear();

#endif // VERSION_H_INCLUDED

0 comments on commit 92222d6

Please sign in to comment.