Skip to content

Commit

Permalink
Updated KIPR_VERSION to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erinharrington-12 committed Nov 7, 2024
1 parent f65ea79 commit 24a11e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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 1)
set(KIPR_VERSION_MINOR 2)
set(KIPR_VERSION_PATCH 0)
cmake_minimum_required(VERSION 2.8.11)

Expand Down

0 comments on commit 24a11e3

Please sign in to comment.