Skip to content

Commit cbffb4d

Browse files
authored
Merge pull request #231 from jbo-ads/branch-1-10
Update for 1.10.0-rc1 release
2 parents 4dfd2c6 + 5300b22 commit cbffb4d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif ()
1212

1313

1414
set (MAPCACHE_VERSION_MAJOR 1)
15-
set (MAPCACHE_VERSION_MINOR 9)
15+
set (MAPCACHE_VERSION_MINOR 10)
1616
set (MAPCACHE_VERSION_REVISION 0)
1717

1818
if(NOT DEFINED CMAKE_INSTALL_LIBDIR)

MIGRATION_GUIDE.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Migrating from Mapcache 1.8 to 1.10
2+
===================================
3+
4+
* No backward compatibility issue is expected.
5+
See [MapCache 1.10 Changelog](https://mapserver.org/development/changelog/mapcache/changelog-1-10.html)
6+
for a list of bug fixes and new features.
7+
18
Migrating from Mapcache 1.6 to 1.8
29
===================================
310

0 commit comments

Comments
 (0)