diff options
-rw-r--r-- | xbmc/osx/Info.plist | 4 | ||||
-rw-r--r-- | xbmc/utils/GUIInfoManager.h | 2 | ||||
-rw-r--r-- | xbmc/win32/XBMC_PC.rc | 4 |
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"
|