diff options
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/SystemConfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/SystemConfig.h.in b/src/shared/SystemConfig.h.in index ad8df37b5be..09735b01097 100644 --- a/src/shared/SystemConfig.h.in +++ b/src/shared/SystemConfig.h.in @@ -31,7 +31,7 @@ #ifndef _VERSION #if PLATFORM == PLATFORM_WINDOWS -# define _VERSION(REVD,REVT,REVN,REVH) "0.13.0-DEV" " (" REVD " " REVT " Revision " REVN " - " REVH ")" +# define _VERSION(REVD,REVT,REVN,REVH) "0.14.0-DEV" " (" REVD " " REVT " Revision " REVN " - " REVH ")" #else # define _VERSION(REVD,REVT,REVN,REVH) "@VERSION@" " (" REVD " " REVT " Revision " REVN " - " REVH ")" #endif |