Skip to content

Commit

Permalink
Release 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Aug 31, 2024
1 parent 1289d6b commit 038d22f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ project ( dmidiplayer
HOMEPAGE_URL "https://sourceforge.net/p/dmidiplayer/"
)

#set(PROJECT_RELEASE_DATE "December 31, 2023")
set(PROJECT_RELEASE_DATE "August 31, 2024")
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
2024-08-31
* Release 1.7.4

2024-08-25
* Fix for GH ticket #25
* better sequence info dialog

2024-08-23
* Fix for GH ticket #20

2024-08-20
* Fix for GH ticket #22

2024-03-30
* GH actions - workflows

2023-12-06
* Preparations for release 1.7.4
Building with Qt6 by default.
Expand Down

0 comments on commit 038d22f

Please sign in to comment.