(svn r26409) -Update: Version number in some more places.

This commit is contained in:
frosch
2014-03-17 20:16:05 +00:00
parent fa0fdd45c6
commit 8ff9499fe2
6 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
# Version numbers to update
!define APPV_MAJOR 1
!define APPV_MINOR 4
!define APPV_MINOR 5
!define APPV_MAINT 0
!define APPV_BUILD 4
!define APPV_EXTRA "-beta5"
!define APPV_BUILD 0
!define APPV_EXTRA "-beta1"
!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version