Skip to content

Commit

Permalink
changed: update version strings for beta4
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35067 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
theuni committed Oct 28, 2010
1 parent ae46fc5 commit 773855f
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
Original file line number Original file line Diff line number Diff line change
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-beta3</string> <string>10.0-beta4</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-beta3</string> <string>10.0-beta4</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
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -431,7 +431,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-beta3" #define VERSION_STRING "10.0-beta4"


#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
Original file line number Original file line Diff line number Diff line change
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-beta3" VALUE "FileVersion", "10.0-beta4"
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-beta3" VALUE "ProductVersion", "10.0-beta4"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"
Expand Down

0 comments on commit 773855f

Please sign in to comment.