File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ endif ()
1212
1313
1414set (MAPCACHE_VERSION_MAJOR 1)
15- set (MAPCACHE_VERSION_MINOR 11 )
15+ set (MAPCACHE_VERSION_MINOR 12 )
1616set (MAPCACHE_VERSION_REVISION 0)
1717
1818if (NOT DEFINED CMAKE_INSTALL_LIBDIR)
Original file line number Diff line number Diff line change 1+ Migrating from Mapcache 1.10 to 1.12
2+ ===================================
3+
4+ * No backward compatibility issue is expected.
5+ See [MapCache 1.12 Changelog](https://mapserver.org/development/changelog/mapcache/changelog-1-12.html)
6+ for a list of bug fixes and new features.
7+
18Migrating from Mapcache 1.8 to 1.10
29===================================
310
Original file line number Diff line number Diff line change 4040fi
4141
4242echo " git add CMakeLists.txt"
43- echo " git commit -m \" update for $ms_version release\" "
43+ echo " git commit -m \" Update for $ms_version release\" "
4444echo " git tag -a $tagname -m \" Create $ms_version tag\" "
4545echo " git push origin branch-$ms_version_major -$ms_version_minor --tags"
4646echo " git archive --format=tar.gz --prefix=mapcache-$ms_version / $tagname >/tmp/mapcache-$ms_version .tar.gz"
You can’t perform that action at this time.
0 commit comments