From f0f0d4b3f9c1e343edf6dfddc04cf25d3b52b496 Mon Sep 17 00:00:00 2001 From: tobigun Date: Tue, 8 Jun 2010 18:27:37 +0000 Subject: string update git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2456 b956fd51-792f-4845-bead-9b4dfca2ff2c --- configure.ac | 2 +- dists/gentoo/readme.txt | 2 +- installer/UltraStar Deluxe.nsi | 4 ++-- installer/settings/variables.nsh | 2 +- src/base/UConfig.pas | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index e4c63496..c609c460 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ AC_PREREQ(2.61) # Init autoconf AC_INIT([ultrastardx], - [1.1-beta], + [1.1-RC], [http://sourceforge.net/tracker/?group_id=191560&atid=937872]) # specify the website here PACKAGE_WEBSITE="http://www.ultrastardeluxe.org/" diff --git a/dists/gentoo/readme.txt b/dists/gentoo/readme.txt index 982d42c9..99517f84 100644 --- a/dists/gentoo/readme.txt +++ b/dists/gentoo/readme.txt @@ -3,7 +3,7 @@ --------------------------------------- This directory contains two ebuilds for UltraStar Deluxe - ultrastardx-9999.ebuild: a live ebuild using SVN sources -- ultrastardx-1.1_beta.ebuild: a snapshot ebuild that might be appended to the official portage someday (Note: at the moment there is no source snapshot for USDX so this will not work) +- ultrastardx-1.1.ebuild: a snapshot ebuild that might be appended to the official portage someday --------------------------------------- 2. Create a portage overlay diff --git a/installer/UltraStar Deluxe.nsi b/installer/UltraStar Deluxe.nsi index 125dfefc..f83cb99c 100644 --- a/installer/UltraStar Deluxe.nsi +++ b/installer/UltraStar Deluxe.nsi @@ -530,7 +530,7 @@ Function .onInit ${UAC.I.Elevate.AdminOnly} var /GLOBAL version - StrCpy $version "1.1beta" + StrCpy $version "1.1RC" System::Call 'kernel32::CreateMutexA(i 0, i 0, t "USdx Installer.exe") ?e' @@ -609,4 +609,4 @@ FunctionEnd Function .onInstSuccess ${UAC.Unload} -FunctionEnd \ No newline at end of file +FunctionEnd diff --git a/installer/settings/variables.nsh b/installer/settings/variables.nsh index 5d79e115..43d19a7f 100644 --- a/installer/settings/variables.nsh +++ b/installer/settings/variables.nsh @@ -4,7 +4,7 @@ ; Product Information: -!define version "1.1beta" ; Make sure version is also set in onInit +!define version "1.1RC" ; Make sure version is also set in onInit !define name "UltraStar Deluxe" diff --git a/src/base/UConfig.pas b/src/base/UConfig.pas index ef08827b..74415f4d 100644 --- a/src/base/UConfig.pas +++ b/src/base/UConfig.pas @@ -130,7 +130,7 @@ const USDX_VERSION_MAJOR = 1; USDX_VERSION_MINOR = 1; USDX_VERSION_RELEASE = 0; - USDX_VERSION_STATE = 'Beta'; + USDX_VERSION_STATE = 'RC'; USDX_STRING = 'UltraStar Deluxe'; (* -- cgit v1.2.3