Skip to content

Commit

Permalink
Updated the NEWS document and bumped the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdadams committed Jul 17, 2023
1 parent bb0cebf commit d018c90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cmake_minimum_required(VERSION 3.12)

# The major, minor, and micro version numbers of the project.
set(XV_VERSION_MAJOR 4)
set(XV_VERSION_MINOR 1)
set(XV_VERSION_PATCH 1)
set(XV_VERSION_DATE "20230527")
set(XV_VERSION_MINOR 2)
set(XV_VERSION_PATCH 0)
set(XV_VERSION_DATE "20230716")

# Generate the project version.
set(XV_VERSION "${XV_VERSION_MAJOR}.${XV_VERSION_MINOR}.${XV_VERSION_PATCH}")
Expand Down
5 changes: 5 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.2.0 (2023-07-16)
==================

* Fixed the splash screen to display the correct version number.

4.1.1 (2023-05-27)
==================

Expand Down

0 comments on commit d018c90

Please sign in to comment.