Skip to content

Commit

Permalink
Changed cpack version
Browse files Browse the repository at this point in the history
  • Loading branch information
erinharrington-12 committed Jan 22, 2025
1 parent cac51f2 commit 58ce8a1
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
Expand Up @@ -5,8 +5,8 @@ option(DEBUG "Enable debug mode" OFF)
option(RELEASE "Enable release mode" OFF)
option(docker_cross "Cross compile option for docker container" OFF)
set(KIPR_VERSION_MAJOR 1)
set(KIPR_VERSION_MINOR 3)
set(KIPR_VERSION_PATCH 0)
set(KIPR_VERSION_MINOR 2)
set(KIPR_VERSION_PATCH 2)
cmake_minimum_required(VERSION 2.8.11)

#if (wallaby)
Expand Down

0 comments on commit 58ce8a1

Please sign in to comment.