Skip to content

Commit a507447

Browse files
committed
update for 8.0.0 release
1 parent 984d976 commit a507447

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include(CheckCSourceCompiles)
1717
set (MapServer_VERSION_MAJOR 8)
1818
set (MapServer_VERSION_MINOR 0)
1919
set (MapServer_VERSION_REVISION 0)
20-
set (MapServer_VERSION_SUFFIX "-rc2")
20+
set (MapServer_VERSION_SUFFIX "")
2121

2222
# Set C++ version
2323
# Make CMAKE_CXX_STANDARD available as cache option overridable by user

HISTORY.TXT

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ For a complete change history, please see the Git log comments. For more
1212
details about recent point releases, please see the online changelog at:
1313
https://mapserver.org/development/changelog/
1414

15+
8.0.0 release (2022-09-12)
16+
--------------------------
17+
18+
RC2 was released as the final 8.0.0 (see major changes below)
19+
1520
8.0.0-rc2 release (2022-09-05)
1621
------------------------------
1722

0 commit comments

Comments
 (0)