aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheuni <theuni@svn>2010-12-02 04:38:34 +0000
committertheuni <theuni@svn>2010-12-02 04:38:34 +0000
commit744b1bed21eda5eb874c340c710fd681179c6abc (patch)
tree88ccddeda4d12d8baeada14de779189354003e93
parente3a7c1a1ca100b3e7b25acc56d3fabf064cd7554 (diff)
downloadxbmc-Dharma_rc2.tar.xz
bump version strings for rc2.Dharma_rc2
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35566 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-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"