Skip to content

Commit d5c22cd

Browse files
committed
update for 7.2.1 release
1 parent 1b0ec46 commit d5c22cd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include(CheckCSourceCompiles)
1717

1818
set (MapServer_VERSION_MAJOR 7)
1919
set (MapServer_VERSION_MINOR 2)
20-
set (MapServer_VERSION_REVISION 0)
20+
set (MapServer_VERSION_REVISION 1)
2121
set (MapServer_VERSION_SUFFIX "")
2222

2323
set(TARGET_VERSION_MAJOR ${MapServer_VERSION_MAJOR})

HISTORY.TXT

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ 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
http://mapserver.org/development/changelog/
1414

15-
7.2.0 release (2018/07/23)
15+
7.2.1 release (2018-10-1)
16+
--------------------------
17+
18+
- No major changes, see detailed changelog for bug fixes
19+
20+
7.2.0 release (2018-07-23)
1621
--------------------------
1722

1823
- Fixed issue with ring handling with polygons in MVT support (#5626)

0 commit comments

Comments
 (0)