From f19f90956b4daf457eba2eb12342ed211d2dc147 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 16 Jul 2018 08:43:13 +0200 Subject: Change the 'since' version. These changes are not available in ECM 5.48.0. --- modules/ECMAddAppIcon.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/ECMAddAppIcon.cmake') diff --git a/modules/ECMAddAppIcon.cmake b/modules/ECMAddAppIcon.cmake index 87be864c..294bd8b2 100644 --- a/modules/ECMAddAppIcon.cmake +++ b/modules/ECMAddAppIcon.cmake @@ -8,8 +8,8 @@ # # ecm_add_app_icon( # ICONS [ [...]] -# [SIDEBAR_ICONS [ [...]] # Since 5.48 -# [OUTFILE_BASENAME ]) # Since 5.48 +# [SIDEBAR_ICONS [ [...]] # Since 5.49 +# [OUTFILE_BASENAME ]) # Since 5.49 # ) # # The given icons, whose names must match the pattern:: @@ -27,12 +27,12 @@ # # ``SIDEBAR_ICONS`` can be used to add Mac OS X sidebar # icons to the generated iconset. They are used when a folder monitored by the -# application is dragged into Finder's sidebar. Since 5.48. +# application is dragged into Finder's sidebar. Since 5.49. # # ``OUTFILE_BASENAME`` will be used as the basename for the icon file. If # you specify it, the icon file will be called ``.icns`` on Mac OS X # and ``.ico`` on Windows. If you don't specify it, it defaults -# to ``.``. Since 5.48. +# to ``.``. Since 5.49. # # # Windows notes -- cgit v1.2.1