Skip to content

Commit

Permalink
Update for 1.12.0-rc1 release (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbo-ads committed Jan 27, 2022
1 parent 8b4d277 commit a409ef3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif ()


set (MAPCACHE_VERSION_MAJOR 1)
set (MAPCACHE_VERSION_MINOR 11)
set (MAPCACHE_VERSION_MINOR 12)
set (MAPCACHE_VERSION_REVISION 0)

if(NOT DEFINED CMAKE_INSTALL_LIBDIR)
Expand Down
7 changes: 7 additions & 0 deletions MIGRATION_GUIDE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Migrating from Mapcache 1.10 to 1.12
===================================

* No backward compatibility issue is expected.
See [MapCache 1.12 Changelog](https://mapserver.org/development/changelog/mapcache/changelog-1-12.html)
for a list of bug fixes and new features.

Migrating from Mapcache 1.8 to 1.10
===================================

Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ else
fi

echo "git add CMakeLists.txt"
echo "git commit -m \"update for $ms_version release\""
echo "git commit -m \"Update for $ms_version release\""
echo "git tag -a $tagname -m \"Create $ms_version tag\""
echo "git push origin branch-$ms_version_major-$ms_version_minor --tags"
echo "git archive --format=tar.gz --prefix=mapcache-$ms_version/ $tagname >/tmp/mapcache-$ms_version.tar.gz"
Expand Down

0 comments on commit a409ef3

Please sign in to comment.