From 883c7bc26f6268e1a121b796c3af76b8bce315e8 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Sun, 2 Jun 2019 11:07:43 +0200 Subject: Update version to alpha2 --- packaging/macos/220-inkscape-package.sh | 8 ++++---- packaging/macos/inkscape.plist | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'packaging/macos') diff --git a/packaging/macos/220-inkscape-package.sh b/packaging/macos/220-inkscape-package.sh index 602397e3c..426852ca1 100755 --- a/packaging/macos/220-inkscape-package.sh +++ b/packaging/macos/220-inkscape-package.sh @@ -55,12 +55,12 @@ curl -L -o $APP_RES_DIR/inkscape.icns $URL_INKSCAPE_ICNS if [ -z $CI_JOB_ID ]; then # running standalone # update version information - /usr/libexec/PlistBuddy -c "Set CFBundleShortVersionString '1.0alpha-g$(get_repo_version $SRC_DIR/inkscape)'" $APP_PLIST - /usr/libexec/PlistBuddy -c "Set CFBundleVersion '1.0alpha-g$(get_repo_version $SRC_DIR/inkscape)'" $APP_PLIST + /usr/libexec/PlistBuddy -c "Set CFBundleShortVersionString '1.0alpha2-g$(get_repo_version $SRC_DIR/inkscape)'" $APP_PLIST + /usr/libexec/PlistBuddy -c "Set CFBundleVersion '1.0alpha2-g$(get_repo_version $SRC_DIR/inkscape)'" $APP_PLIST else # running as CI job # update version information - /usr/libexec/PlistBuddy -c "Set CFBundleShortVersionString '1.0alpha-g$(get_repo_version $SELF_DIR)'" $APP_PLIST - /usr/libexec/PlistBuddy -c "Set CFBundleVersion '1.0alpha-g$(get_repo_version $SELF_DIR)'" $APP_PLIST + /usr/libexec/PlistBuddy -c "Set CFBundleShortVersionString '1.0alpha2-g$(get_repo_version $SELF_DIR)'" $APP_PLIST + /usr/libexec/PlistBuddy -c "Set CFBundleVersion '1.0alpha2-g$(get_repo_version $SELF_DIR)'" $APP_PLIST fi ### copy Python.framework ###################################################### diff --git a/packaging/macos/inkscape.plist b/packaging/macos/inkscape.plist index deb085694..457e2f1b6 100644 --- a/packaging/macos/inkscape.plist +++ b/packaging/macos/inkscape.plist @@ -536,11 +536,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0alpha + 1.0alpha2 CFBundleSignature Inks CFBundleVersion - 1.0alpha + 1.0alpha2 NSHumanReadableCopyright Copyright 2019 Inkscape Developers, GNU General Public License. LSApplicationCategoryType -- cgit v1.2.3