Skip to content

Commit

Permalink
bump version strings for rc2.
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35566 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
theuni committed Dec 2, 2010
1 parent e3a7c1a commit 744b1be
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> <key>CFBundleExecutable</key>
<string>XBMC</string> <string>XBMC</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>10.0-rc1</string> <string>10.0-rc2</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>xbmc.icns</string> <string>xbmc.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
Expand All @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>10.0-rc1</string> <string>10.0-rc2</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>r####</string> <string>r####</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
Expand Down
2 changes: 1 addition & 1 deletion xbmc/utils/GUIInfoManager.h
Expand Up @@ -433,7 +433,7 @@ class CDateTime;


// Version string MUST NOT contain spaces. It is used // Version string MUST NOT contain spaces. It is used
// in the HTTP request user agent. // in the HTTP request user agent.
#define VERSION_STRING "10.0-rc1" #define VERSION_STRING "10.0-rc2"


#define LISTITEM_START 35000 #define LISTITEM_START 35000
#define LISTITEM_THUMB (LISTITEM_START) #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 BEGIN
VALUE "CompanyName", "Team XBMC" VALUE "CompanyName", "Team XBMC"
VALUE "FileDescription", "XBMC" VALUE "FileDescription", "XBMC"
VALUE "FileVersion", "10.0-rc1" VALUE "FileVersion", "10.0-rc2"
VALUE "InternalName", "XBMC.exe" VALUE "InternalName", "XBMC.exe"
VALUE "LegalCopyright", "Copyright (c) Team XBMC. All rights reserved." VALUE "LegalCopyright", "Copyright (c) Team XBMC. All rights reserved."
VALUE "OriginalFilename", "XBMC.exe" VALUE "OriginalFilename", "XBMC.exe"
VALUE "ProductName", "XBMC for Windows" VALUE "ProductName", "XBMC for Windows"
VALUE "ProductVersion", "10.0-rc1" VALUE "ProductVersion", "10.0-rc2"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"
Expand Down

0 comments on commit 744b1be

Please sign in to comment.