aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/osx/Info.plist4
-rw-r--r--xbmc/utils/GUIInfoManager.h2
-rw-r--r--xbmc/win32/XBMC_PC.rc4
3 files changed, 5 insertions, 5 deletions
diff --git a/xbmc/osx/Info.plist b/xbmc/osx/Info.plist
index e9b6551a8a..1c5990a9e7 100644
--- a/xbmc/osx/Info.plist
+++ b/xbmc/osx/Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>XBMC</string>
<key>CFBundleGetInfoString</key>
- <string>10.0-rc1</string>
+ <string>10.0-rc2</string>
<key>CFBundleIconFile</key>
<string>xbmc.icns</string>
<key>CFBundleIdentifier</key>
@@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>10.0-rc1</string>
+ <string>10.0-rc2</string>
<key>CFBundleVersion</key>
<string>r####</string>
<key>CFBundleSignature</key>
diff --git a/xbmc/utils/GUIInfoManager.h b/xbmc/utils/GUIInfoManager.h
index af966a0daf..398b5fdfbc 100644
--- a/xbmc/utils/GUIInfoManager.h
+++ b/xbmc/utils/GUIInfoManager.h
@@ -433,7 +433,7 @@ class CDateTime;
// Version string MUST NOT contain spaces. It is used
// in the HTTP request user agent.
-#define VERSION_STRING "10.0-rc1"
+#define VERSION_STRING "10.0-rc2"
#define LISTITEM_START 35000
#define LISTITEM_THUMB (LISTITEM_START)
diff --git a/xbmc/win32/XBMC_PC.rc b/xbmc/win32/XBMC_PC.rc
index 1935991bac..0371613cfd 100644
--- a/xbmc/win32/XBMC_PC.rc
+++ b/xbmc/win32/XBMC_PC.rc
@@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Team XBMC"
VALUE "FileDescription", "XBMC"
- VALUE "FileVersion", "10.0-rc1"
+ VALUE "FileVersion", "10.0-rc2"
VALUE "InternalName", "XBMC.exe"
VALUE "LegalCopyright", "Copyright (c) Team XBMC. All rights reserved."
VALUE "OriginalFilename", "XBMC.exe"
VALUE "ProductName", "XBMC for Windows"
- VALUE "ProductVersion", "10.0-rc1"
+ VALUE "ProductVersion", "10.0-rc2"
END
END
BLOCK "VarFileInfo"