From ccfe178144d17de71522f3920dd02243f8be81a1 Mon Sep 17 00:00:00 2001 From: Erin Date: Fri, 14 Jun 2024 13:40:34 -0500 Subject: [PATCH] Added version control --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8224e7d3..3740f287 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)