diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-06-02 09:07:43 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-06-02 13:00:46 +0000 |
| commit | 883c7bc26f6268e1a121b796c3af76b8bce315e8 (patch) | |
| tree | e764cbe762e674fd830ca44e68bc7c4072f0aa60 /packaging/macos | |
| parent | Fix codestyle (diff) | |
| download | inkscape-883c7bc26f6268e1a121b796c3af76b8bce315e8.tar.gz inkscape-883c7bc26f6268e1a121b796c3af76b8bce315e8.zip | |
Update version to alpha2
Diffstat (limited to 'packaging/macos')
| -rwxr-xr-x | packaging/macos/220-inkscape-package.sh | 8 | ||||
| -rw-r--r-- | packaging/macos/inkscape.plist | 4 |
2 files changed, 6 insertions, 6 deletions
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 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0alpha</string> + <string>1.0alpha2</string> <key>CFBundleSignature</key> <string>Inks</string> <key>CFBundleVersion</key> - <string>1.0alpha</string> + <string>1.0alpha2</string> <key>NSHumanReadableCopyright</key> <string>Copyright 2019 Inkscape Developers, GNU General Public License.</string> <key>LSApplicationCategoryType</key> |
