From 29ed5e55c7812cb222e038db0018ba972a9bcc59 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Thu, 21 Dec 2006 14:23:47 +0000 Subject: (svn r7527) -Update appropiate files with release information for 0.5.0-RC1 --- os/linux/openttd.spec | 2 +- os/win32/installer/install.nsi | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'os') 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" -- cgit v1.2.3-54-g00ecf