summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/linux/openttd.spec2
-rw-r--r--os/win32/installer/install.nsi6
2 files changed, 4 insertions, 4 deletions
diff --git a/os/linux/openttd.spec b/os/linux/openttd.spec
index 3fb8e39a9..96d666a9c 100644
--- a/os/linux/openttd.spec
+++ b/os/linux/openttd.spec
@@ -5,7 +5,7 @@
#------------------------------------------------------------------------------
%define name openttd
-%define version 0.4.8
+%define version 0.5.0
%define release 1mdk
#------------------------------------------------------------------------------
diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi
index 6ddd4eae5..3e30b5872 100644
--- a/os/win32/installer/install.nsi
+++ b/os/win32/installer/install.nsi
@@ -1,8 +1,8 @@
; Define your application name
!define APPNAME "OpenTTD"
-!define APPNAMEANDVERSION "OpenTTD 0.4.8.0"
-!define APPVERSION "0.4.8.0"
-!define INSTALLERVERSION 22 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define APPNAMEANDVERSION "OpenTTD 0.5.0.0"
+!define APPVERSION "0.5.0.0"
+!define INSTALLERVERSION 23 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define MUI_ICON "..\..\..\openttd.ico"
!define MUI_UNICON "..\..\..\openttd.ico"
!define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"