2.16.0 -> 2.18.0 bump

This commit is contained in:
Abyss Watcher
2025-01-06 00:25:07 +01:00
parent 4115c26e7c
commit bd82f4f33d
+1 -1
View File
@@ -1,6 +1,6 @@
# We use the SemVer 2.0.0 versioning scheme
VERSION_MAJOR = 2 # Number of releases of the library with a breaking change
VERSION_MINOR = 16 # Number of changes that only add to the interface
VERSION_MINOR = 18 # Number of changes that only add to the interface
VERSION_PATCH = 0 # Number of changes that do not change the interface
VERSION_SUFFIX = ""