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 | 29ed5e55c7812cb222e038db0018ba972a9bcc59 (patch) | |
tree | 9173d97e0c0044e93a43bdc40ee47559e807c972 /os | |
parent | 701a197ca952e4951ff5f13b7fc1b0e43db35a44 (diff) | |
download | openttd-29ed5e55c7812cb222e038db0018ba972a9bcc59.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" |