diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | dists/gentoo/readme.txt | 2 | ||||
-rw-r--r-- | installer/UltraStar Deluxe.nsi | 4 | ||||
-rw-r--r-- | installer/settings/variables.nsh | 2 | ||||
-rw-r--r-- | 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'; (* |