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. --- find-modules/FindIcoTool.cmake | 2 +- modules/ECMAddAppIcon.cmake | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/find-modules/FindIcoTool.cmake b/find-modules/FindIcoTool.cmake index cf893d62..90d04428 100644 --- a/find-modules/FindIcoTool.cmake +++ b/find-modules/FindIcoTool.cmake @@ -22,7 +22,7 @@ # ``IcoTool::IcoTool`` # The icotool executable. # -# Since 5.48. +# Since 5.49. #============================================================================= # Copyright 2017 Vincent Pinon 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