Skip to content

Commit 73967b3

Browse files
christianrauchchristian-rauch
authored andcommitted
release 0.9.3
1 parent 7a4bb74 commit 73967b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
33
project("Pangolin")
44
set(PANGOLIN_VERSION_MAJOR 0)
55
set(PANGOLIN_VERSION_MINOR 9)
6-
set(PANGOLIN_VERSION_PATCH 2)
6+
set(PANGOLIN_VERSION_PATCH 3)
77
set(PANGOLIN_VERSION ${PANGOLIN_VERSION_MAJOR}.${PANGOLIN_VERSION_MINOR}.${PANGOLIN_VERSION_PATCH})
88

99
if(NOT CMAKE_CXX_STANDARD)

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>pangolin</name>
4-
<version>0.9.2</version>
4+
<version>0.9.3</version>
55
<description>Pangolin is a set of lightweight and portable utility libraries for prototyping 3D, numeric or video based programs and algorithms.</description>
66
<maintainer email="[email protected]">Steven Lovegrove</maintainer>
77
<maintainer email="[email protected]">Christian Rauch</maintainer>

0 commit comments

Comments
 (0)