Skip to content

Commit

Permalink
4.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Keriew committed Dec 28, 2023
1 parent 7a62d94 commit 3edf0f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ elseif(CMAKE_C_COMPILER_ID STREQUAL "Clang" AND "${CMAKE_BUILD_TYPE}" MATCHES "D
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=undefined")
endif()

set(PROJECT_VERSION_MAJOR 3)
set(PROJECT_VERSION_MINOR 2)
set(PROJECT_VERSION_MAJOR 4)
set(PROJECT_VERSION_MINOR 0)
set(PROJECT_VERSION_PATCH 0)
set(IS_RELEASE_VERSION FALSE)
set(IS_RELEASE_VERSION TRUE)

if(IS_RELEASE_VERSION)
set(PROJECT_VERSION_TWEAK 0)
Expand Down
1 change: 1 addition & 0 deletions res/augustus.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
</screenshot>
</screenshots>
<releases>
<release version="4.0.0" date="2023-12-28"/>
<release version="3.2.0" date="2022-09-22"/>
<release version="3.1.0" date="2021-11-25"/>
<release version="3.0.1" date="2021-05-17"/>
Expand Down

0 comments on commit 3edf0f8

Please sign in to comment.