Skip to content

Commit 48c3f49

Browse files
committed
update for 8.2.0 release
1 parent 490daf3 commit 48c3f49

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
@@ -18,7 +18,7 @@ include(CheckCSourceCompiles)
1818
set (MapServer_VERSION_MAJOR 8)
1919
set (MapServer_VERSION_MINOR 2)
2020
set (MapServer_VERSION_REVISION 0)
21-
set (MapServer_VERSION_SUFFIX "-rc3")
21+
set (MapServer_VERSION_SUFFIX "")
2222

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

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ https://mapserver.org/development/changelog/
1313

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

16+
8.2.0 release (2024-07-08)
17+
--------------------------
18+
19+
RC3 was released as the final 8.2.0 (see major changes below)
20+
1621
8.2.0-rc3 release (2024-06-28)
1722
------------------------------
1823

0 commit comments

Comments
 (0)