diff --git a/gama.product/extraresources/Info.plist b/gama.product/extraresources/Info.plist index fb17854335..2131fac4fe 100644 --- a/gama.product/extraresources/Info.plist +++ b/gama.product/extraresources/Info.plist @@ -48,7 +48,7 @@ CFBundleExecutable Gama CFBundleGetInfoString - Gama 0.0.0-SNAPSHOT, modeling and simulation platform + Gama 0.0.0, modeling and simulation platform CFBundleIconFile icon.icns CFBundleIdentifier @@ -60,11 +60,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.0.0-SNAPSHOT + 0.0.0 CFBundleSignature GAMA CFBundleVersion - 0.0.0-SNAPSHOT + 0.0.0 NSRequiresAquaSystemAppearance True NSHighResolutionCapable @@ -72,6 +72,6 @@ LSApplicationCategoryType public.app-category.developer-tools NSHumanReadableCopyright - UMMISCO IRD/SU and partners 2006-2023 http://gama-platform.org + UMMISCO IRD/SU and partners 2006-2024 https://gama-platform.org diff --git a/travis/bumpGamaVersion.sh b/travis/bumpGamaVersion.sh index 477ec3a55c..3525af4850 100644 --- a/travis/bumpGamaVersion.sh +++ b/travis/bumpGamaVersion.sh @@ -64,4 +64,6 @@ echo "Update extra individual files" sed -i "s/V$oldVersion-SNAPSHOT http/V$newVersion http/g" $path/gama.ui.application/plugin.xml sed -i "s/$oldVersion-SNAPSHOT/$newVersion/g" $path/gama.core/src/gama/core/runtime/GAMA.java -sed -i "s/$oldVersion-SNAPSHOT/$newVersion/g" $path/gama.annotations/src/gama/annotations/precompiler/doc/utils/Constants.java \ No newline at end of file +sed -i "s/$oldVersion-SNAPSHOT/$newVersion/g" $path/gama.annotations/src/gama/annotations/precompiler/doc/utils/Constants.java + +sed -i "s/$oldVersion/$newVersion/g" $path/gama.product/extraresources/Info.plist