Skip to content

Commit

Permalink
Version bump v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrislav1 committed Jan 12, 2024
1 parent 0d716c0 commit 170ccf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

project(libudmaio VERSION 1.3.0)
project(libudmaio VERSION 1.3.1)

include(CTest)

Expand Down Expand Up @@ -102,4 +102,4 @@ set(CPACK_PACKAGE_NAME "libudmaio")
set(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
set(CPACK_PACKAGE_VERSION_MINOR ${PROJECT_VERSION_MINOR})
set(CPACK_PACKAGE_VERSION_PATCH ${PROJECT_VERSION_PATCH})
include(CPack)
include(CPack)

0 comments on commit 170ccf5

Please sign in to comment.