Skip to content

Commit a409ef3

Browse files
authored
Update for 1.12.0-rc1 release (#279)
1 parent 8b4d277 commit a409ef3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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 11)
15+
set (MAPCACHE_VERSION_MINOR 12)
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.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+
18
Migrating from Mapcache 1.8 to 1.10
29
===================================
310

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ else
4040
fi
4141

4242
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\""
4444
echo "git tag -a $tagname -m \"Create $ms_version tag\""
4545
echo "git push origin branch-$ms_version_major-$ms_version_minor --tags"
4646
echo "git archive --format=tar.gz --prefix=mapcache-$ms_version/ $tagname >/tmp/mapcache-$ms_version.tar.gz"

0 commit comments

Comments
 (0)