Skip to content

Commit

Permalink
increment patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch authored and christian-rauch committed Aug 2, 2024
1 parent 2e67335 commit f55cb3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10)
project("Pangolin")
set(PANGOLIN_VERSION_MAJOR 0)
set(PANGOLIN_VERSION_MINOR 9)
set(PANGOLIN_VERSION_PATCH 1)
set(PANGOLIN_VERSION_PATCH 2)
set(PANGOLIN_VERSION ${PANGOLIN_VERSION_MAJOR}.${PANGOLIN_VERSION_MINOR}.${PANGOLIN_VERSION_PATCH})

if(NOT CMAKE_CXX_STANDARD)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>pangolin</name>
<version>0.9.1</version>
<version>0.9.2</version>
<description>Pangolin is a set of lightweight and portable utility libraries for prototyping 3D, numeric or video based programs and algorithms.</description>
<maintainer email="[email protected]">Steven Lovegrove</maintainer>
<maintainer email="[email protected]">Christian Rauch</maintainer>
Expand Down

0 comments on commit f55cb3e

Please sign in to comment.