Skip to content

Commit

Permalink
release: version strings bump for rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
theuni committed Mar 1, 2012
1 parent 3f4ad7c commit f38655f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tools/darwin/packaging/xbmc-atv2/mkdeb-xbmc-atv2.sh
Expand Up @@ -45,7 +45,7 @@ fi
PACKAGE=org.xbmc.xbmc-atv2 PACKAGE=org.xbmc.xbmc-atv2


VERSION=11.0 VERSION=11.0
REVISION=0~rc1 REVISION=0~rc2
ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb


echo Creating $PACKAGE package version $VERSION revision $REVISION echo Creating $PACKAGE package version $VERSION revision $REVISION
Expand Down
2 changes: 1 addition & 1 deletion tools/darwin/packaging/xbmc-ios/mkdeb-xbmc-ios.sh
Expand Up @@ -46,7 +46,7 @@ fi
PACKAGE=org.xbmc.xbmc-ios PACKAGE=org.xbmc.xbmc-ios


VERSION=11.0 VERSION=11.0
REVISION=0~rc1 REVISION=0~rc2
ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_iphoneos-arm.deb


echo Creating $PACKAGE package version $VERSION revision $REVISION echo Creating $PACKAGE package version $VERSION revision $REVISION
Expand Down
2 changes: 1 addition & 1 deletion xbmc/GUIInfoManager.h
Expand Up @@ -424,7 +424,7 @@ namespace INFO


#define VERSION_MAJOR 11 #define VERSION_MAJOR 11
#define VERSION_MINOR 0 #define VERSION_MINOR 0
#define VERSION_TAG "-RC1" #define VERSION_TAG "-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/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>11.0.rc1</string> <string>11.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>11.0.rc1</string> <string>11.0.rc2</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>r####</string> <string>r####</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
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", "11.0-RC1" VALUE "FileVersion", "11.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", "11.0-RC1" VALUE "ProductVersion", "11.0-RC2"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"
Expand Down

0 comments on commit f38655f

Please sign in to comment.