summaryrefslogtreecommitdiff
path: root/README.abi-version.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.abi-version.txt')
-rw-r--r--README.abi-version.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.abi-version.txt b/README.abi-version.txt
index f6a87019f..10729a959 100644
--- a/README.abi-version.txt
+++ b/README.abi-version.txt
@@ -45,6 +45,11 @@ The default ABI version is always the lowest version (e.g. 10400). All
following examples are written for FLTK 1.4.1, hence we use "10401" for
the version number.
+Note: Since FLTK 1.4.3 (Git branch-1.4 after release 1.4.2) the highest
+selectable ABI version is FL_API_VERSION + 1 so you can use ABI features
+designated for the *next* FLTK release when using FLTK from Git with new
+ABI features included for the next release.
+
How to select the ABI version with CMake
----------------------------------------