Skip to content

Commit

Permalink
Roll minor version number for spline inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
JHartzer committed Dec 22, 2023
1 parent 9dcd427 commit 2963fd8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "EKF_CAL"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.2.0
PROJECT_NUMBER = 0.3.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Jacob"
orcid: "https://orcid.org/0000-0002-3051-2213"
title: "EKF-CAL"
version: 0.2.0
version: 0.3.0
# doi:
# date-released:
url: "https://github.com/unmannedlab/ekf-cal"
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
project(ekf_cal)

set(EKF_CAL_MAJOR_VERSION 0)
set(EKF_CAL_MINOR_VERSION 2)
set(EKF_CAL_MINOR_VERSION 3)
set(EKF_CAL_PATCH_VERSION 0)
set(EKF_CAL_VERSION ${EKF_CAL_MAJOR_VERSION}.${EKF_CAL_MINOR_VERSION}.${EKF_CAL_PATCH_VERSION})
configure_file(src/infrastructure/ekf_cal_version.hpp.in infrastructure/ekf_cal_version.hpp)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ekf_cal</name>
<version>0.2.0</version>
<version>0.3.0</version>
<description>Kalman Filter-Base Sensor Calibration</description>
<maintainer email="JacobHartzer@gmail.com">jacob</maintainer>
<license>GPLv3</license>
Expand Down

0 comments on commit 2963fd8

Please sign in to comment.