aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Giboudeaux <christophe@krop.fr>2018-07-16 08:43:13 +0200
committerChristophe Giboudeaux <christophe@krop.fr>2018-07-16 08:43:40 +0200
commitf19f90956b4daf457eba2eb12342ed211d2dc147 (patch)
tree5e7898ca731e62fb87dd727289e475be009e9a51
parent2c2bb8f4766fec5e391839dbc093b638acee3a22 (diff)
downloadextra-cmake-modules-f19f90956b4daf457eba2eb12342ed211d2dc147.tar.gz
extra-cmake-modules-f19f90956b4daf457eba2eb12342ed211d2dc147.tar.bz2
Change the 'since' version.
These changes are not available in ECM 5.48.0.
-rw-r--r--find-modules/FindIcoTool.cmake2
-rw-r--r--modules/ECMAddAppIcon.cmake8
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