File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ cmake_minimum_required(VERSION 3.12)
5
5
################################################################################
6
6
7
7
# The major, minor, and micro version numbers of the project.
8
- set (XV_VERSION_MAJOR 5 )
9
- set (XV_VERSION_MINOR 2 )
10
- set (XV_VERSION_PATCH 3 )
11
- set (XV_VERSION_DATE "20240801 " )
8
+ set (XV_VERSION_MAJOR 6 )
9
+ set (XV_VERSION_MINOR 0 )
10
+ set (XV_VERSION_PATCH 0 )
11
+ set (XV_VERSION_DATE "20240812 " )
12
12
13
13
# Generate the project version.
14
14
set (XV_VERSION "${XV_VERSION_MAJOR} .${XV_VERSION_MINOR} .${XV_VERSION_PATCH} " )
Original file line number Diff line number Diff line change
1
+ 6.0.0 (2024-08-12)
2
+ ==================
3
+
4
+ * Add basic HiDPI support.
5
+ * Improve the compatibility of the source code with more modern C standards
6
+ (e.g., C23).
7
+ * Fix the build with link-time optimization (#25).
8
+ * Fix many other bugs.
9
+
1
10
5.2.0 (2024-06-25)
2
11
==================
3
12
You can’t perform that action at this time.
0 commit comments