diff options
author | Darkvater <Darkvater@openttd.org> | 2006-12-21 14:23:47 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2006-12-21 14:23:47 +0000 |
commit | 85da0eb990d5bb3f4e76838832845c483be95bb8 (patch) | |
tree | 9173d97e0c0044e93a43bdc40ee47559e807c972 /os | |
parent | 0b6a6e4137dc481aa0001f8c5370ea1961b42a19 (diff) | |
download | openttd-85da0eb990d5bb3f4e76838832845c483be95bb8.tar.xz |
(svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Diffstat (limited to 'os')
-rw-r--r-- | os/linux/openttd.spec | 2 | ||||
-rw-r--r-- | os/win32/installer/install.nsi | 6 |
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" |