aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheuni <theuni@svn>2010-10-13 03:56:38 +0000
committertheuni <theuni@svn>2010-10-13 03:56:38 +0000
commitfc00b0051ba99f9f8f5f0c2eacbcc830fd5ddfce (patch)
treea725af826aed64921020c7959f3512231780bac3
parent84b14f001a17a82b7db776b92156673479648483 (diff)
downloadxbmc-fc00b0051ba99f9f8f5f0c2eacbcc830fd5ddfce.tar.xz
Update version strings for beta3Dharma_beta3
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@34730 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 cb002abdc6..93108139cd 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-beta2</string>
+ <string>10.0-beta3</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-beta2</string>
+ <string>10.0-beta3</string>
<key>CFBundleVersion</key>
<string>r####</string>
<key>CFBundleSignature</key>
diff --git a/xbmc/utils/GUIInfoManager.h b/xbmc/utils/GUIInfoManager.h
index b5f46078e4..fe6c44da4e 100644
--- a/xbmc/utils/GUIInfoManager.h
+++ b/xbmc/utils/GUIInfoManager.h
@@ -431,7 +431,7 @@ class CDateTime;
// Version string MUST NOT contain spaces. It is used
// in the HTTP request user agent.
-#define VERSION_STRING "10.0-beta2"
+#define VERSION_STRING "10.0-beta3"
#define LISTITEM_START 35000
#define LISTITEM_THUMB (LISTITEM_START)
diff --git a/xbmc/win32/XBMC_PC.rc b/xbmc/win32/XBMC_PC.rc
index e957e4f791..46438c1ed0 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-beta2"
+ VALUE "FileVersion", "10.0-beta3"
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-beta2"
+ VALUE "ProductVersion", "10.0-beta3"
END
END
BLOCK "VarFileInfo"