Skip to content

Commit

Permalink
update for 8.4.0-rc1 release
Browse files Browse the repository at this point in the history
jmckenna committed Jan 8, 2025
1 parent aac86c8 commit 030101b
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ include(CheckCSourceCompiles)
set (MapServer_VERSION_MAJOR 8)
set (MapServer_VERSION_MINOR 4)
set (MapServer_VERSION_REVISION 0)
set (MapServer_VERSION_SUFFIX "-beta2")
set (MapServer_VERSION_SUFFIX "-rc1")

# Set C++ version
# Make CMAKE_CXX_STANDARD available as cache option overridable by user
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -13,6 +13,11 @@ https://mapserver.org/development/changelog/

The online Migration Guide can be found at https://mapserver.org/MIGRATION_GUIDE.html

8.4.0-rc1 release (2025-01-08)
------------------------------

- include stdbool.h in mapserver.h (#7205)

8.4.0-beta2 release (2024-12-14)
--------------------------------

0 comments on commit 030101b

Please sign in to comment.