diff options
| -rw-r--r-- | find-modules/FindIcoTool.cmake | 2 | ||||
| -rw-r--r-- | 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 <vpinon@kde.org> 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(<sources_var>  #                   ICONS <icon> [<icon> [...]] -#                   [SIDEBAR_ICONS <icon> [<icon> [...]] # Since 5.48 -#                   [OUTFILE_BASENAME <name>]) # Since 5.48 +#                   [SIDEBAR_ICONS <icon> [<icon> [...]] # Since 5.49 +#                   [OUTFILE_BASENAME <name>]) # 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 ``<OUTFILE_BASENAME>.icns`` on Mac OS X  # and ``<OUTFILE_BASENAME>.ico`` on Windows. If you don't specify it, it defaults -# to ``<sources_var>.<ext>``. Since 5.48. +# to ``<sources_var>.<ext>``. Since 5.49.  #  #  # Windows notes | 
