We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c59d00 commit 1f6aebcCopy full SHA for 1f6aebc
2 files changed
CMakeLists.txt
@@ -12,7 +12,7 @@ endif ()
12
13
14
set (MAPCACHE_VERSION_MAJOR 1)
15
-set (MAPCACHE_VERSION_MINOR 15)
+set (MAPCACHE_VERSION_MINOR 16)
16
set (MAPCACHE_VERSION_REVISION 0)
17
18
if(NOT DEFINED CMAKE_INSTALL_LIBDIR)
MIGRATION_GUIDE.md
@@ -1,3 +1,10 @@
1
+Migrating from MapCache 1.14 to 1.16
2
+====================================
3
+
4
+* No backward compatibility issue is expected.
5
+ See [MapCache 1.16 Changelog](https://mapserver.org/development/changelog/mapcache/changelog-1-16.html)
6
+ for a list of bug fixes and new features.
7
8
Migrating from MapCache 1.12 to 1.14
9
====================================
10
0 commit comments