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 ()
12
12
13
13
14
14
set (MAPCACHE_VERSION_MAJOR 1)
15
- set (MAPCACHE_VERSION_MINOR 11 )
15
+ set (MAPCACHE_VERSION_MINOR 12 )
16
16
set (MAPCACHE_VERSION_REVISION 0)
17
17
18
18
if (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
+
1
8
Migrating from Mapcache 1.8 to 1.10
2
9
===================================
3
10
Original file line number Diff line number Diff line change 40
40
fi
41
41
42
42
echo " git add CMakeLists.txt"
43
- echo " git commit -m \" update for $ms_version release\" "
43
+ echo " git commit -m \" Update for $ms_version release\" "
44
44
echo " git tag -a $tagname -m \" Create $ms_version tag\" "
45
45
echo " git push origin branch-$ms_version_major -$ms_version_minor --tags"
46
46
echo " 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