Skip to content

Commit 2c751ef

Browse files
release 0.9.3
1 parent e079ab7 commit 2c751ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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="stevenlovegrove@gmail.com">Steven Lovegrove</maintainer>
77
<maintainer email="Rauch.Christian@gmx.de">Christian Rauch</maintainer>

0 commit comments

Comments
 (0)