aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheuni <theuni@svn>2010-10-28 20:14:05 +0000
committertheuni <theuni@svn>2010-10-28 20:14:05 +0000
commit773855f33b1d3c369707d495d67c4de0f28995df (patch)
tree777e932d60d50ceaf4c39d440a2c260e6fc03857
parentae46fc5231753cb36462a288e01c7e2eaf608722 (diff)
downloadxbmc-Dharma_beta4.tar.xz
changed: update version strings for beta4Dharma_beta4
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35067 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 93108139cd..c22f42aa6d 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-beta3</string>
+ <string>10.0-beta4</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-beta3</string>
+ <string>10.0-beta4</string>
<key>CFBundleVersion</key>
<string>r####</string>
<key>CFBundleSignature</key>
diff --git a/xbmc/utils/GUIInfoManager.h b/xbmc/utils/GUIInfoManager.h
index fe6c44da4e..bec4953d12 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-beta3"
+#define VERSION_STRING "10.0-beta4"
#define LISTITEM_START 35000
#define LISTITEM_THUMB (LISTITEM_START)
diff --git a/xbmc/win32/XBMC_PC.rc b/xbmc/win32/XBMC_PC.rc
index 46438c1ed0..1928aa1b15 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-beta3"
+ VALUE "FileVersion", "10.0-beta4"
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-beta3"
+ VALUE "ProductVersion", "10.0-beta4"
END
END
BLOCK "VarFileInfo"