Skip to content

Commit

Permalink
Setup for a 2.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Sep 12, 2024
1 parent d745a96 commit dedd12d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ project(

set(${PROJECT_NAME}_VERSION_MAJOR 2)
set(${PROJECT_NAME}_VERSION_MINOR 3)
set(${PROJECT_NAME}_VERSION_PATCH 1)
set(${PROJECT_NAME}_VERSION_PATCH 95)
set(${PROJECT_NAME}_VERSION
${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}
)
Expand Down
14 changes: 14 additions & 0 deletions docs/CHANGES_2_4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
What is new in KD Reports 2.4
=============================

General:
--------
*

Bugfixes:
-------------
*

New features:
-------------
*

0 comments on commit dedd12d

Please sign in to comment.