Skip to content

Commit

Permalink
Added version control
Browse files Browse the repository at this point in the history
  • Loading branch information
erinharrington-12 committed Jun 14, 2024
1 parent f31b5d0 commit ccfe178
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ option(wombat "Use the Wombat controller" ON)
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_PATCH 0)
cmake_minimum_required(VERSION 2.8.11)

#if (wallaby)
Expand Down

0 comments on commit ccfe178

Please sign in to comment.