Navigation Menu

Skip to content

Commit

Permalink
Update version strings for beta3
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@34730 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
theuni committed Oct 13, 2010
1 parent 84b14f0 commit fc00b00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions xbmc/osx/Info.plist
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion xbmc/utils/GUIInfoManager.h
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions xbmc/win32/XBMC_PC.rc
Expand Up @@ -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"
Expand Down

0 comments on commit fc00b00

Please sign in to comment.