configure.ac | 2 +- extensions/source/macosx/spotlight/mdimporter/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit e4350d421342bed323c3d6e231d43529e28c1f79 Author: Andras Timar <[email protected]> Date: Wed Jul 1 10:44:51 2015 +0200 Bump version to 4.3-9 Change-Id: Id9b00fcf38e6126c058a7159abf899c0b23b9525 diff --git a/configure.ac b/configure.ac index 6eb5096..e5700d8 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl in order to create a configure script. # several non-alphanumeric characters, those are split off and used only for the # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea. -AC_INIT([LibreOffice],[4.3.10.8],[],[],[https://libreoffice-from-collabora.com/]) +AC_INIT([LibreOffice],[4.3.10.9],[],[],[https://libreoffice-from-collabora.com/]) AC_PREREQ([2.59]) commit 9d7086105e99e37d0256aeddd746448922a8752d Author: Andras Timar <[email protected]> Date: Wed Jul 1 10:43:11 2015 +0200 ERROR ITMS-90511: CFBundleIdentifier Collision Change-Id: Ia4da5ac97a21965795584afda5d547368f970bad diff --git a/extensions/source/macosx/spotlight/mdimporter/Info.plist b/extensions/source/macosx/spotlight/mdimporter/Info.plist index bc48f70..3224f7b 100644 --- a/extensions/source/macosx/spotlight/mdimporter/Info.plist +++ b/extensions/source/macosx/spotlight/mdimporter/Info.plist @@ -59,7 +59,7 @@ <key>CFBundleIconFile</key> <string></string> <key>CFBundleIdentifier</key> - <string>org.openoffice.mdimporter</string> + <string>com.libreoffice-from-collabora.mdimporter</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleVersion</key> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
