Skip to content

Commit

Permalink
bump version strings for rc1. Also set PPA to build as release. All o…
Browse files Browse the repository at this point in the history
…ther platforms are handled at build time.

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35324 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
theuni committed Nov 18, 2010
1 parent 37f632b commit 2a0efb3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tools/Linux/packaging/debian/rules
Expand Up @@ -10,7 +10,7 @@ SVNVERSION ?= $(shell dpkg-parsechangelog | grep '^Version:' | grep svn | sed 's

# Set this variable to yes for release builds to disable debugging and enable
# optimizations.
XBMC_RELEASE ?= no
XBMC_RELEASE ?= yes

# If not set already, try to set from debian/svnrevision
ifeq (,$(SVNVERSION))
Expand All @@ -19,7 +19,7 @@ endif

# Whether we're building for release or not
ifeq (yes,$(XBMC_RELEASE))
DEBUG_OPTIONS = --disable-debug --enable-optimizations
DEBUG_OPTIONS = --disable-debug
else
DEBUG_OPTIONS = --enable-debug
endif
Expand Down
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-beta4</string>
<string>10.0-rc1</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-beta4</string>
<string>10.0-rc1</string>
<key>CFBundleVersion</key>
<string>r####</string>
<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
// in the HTTP request user agent.
#define VERSION_STRING "10.0-beta4"
#define VERSION_STRING "10.0-rc1"

#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-beta4"
VALUE "FileVersion", "10.0-rc1"
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-beta4"
VALUE "ProductVersion", "10.0-rc1"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 2a0efb3

Please sign in to comment.