diff --git a/CMakeLists.txt b/CMakeLists.txt index de4a9258..88d8787d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ if (NOT DEFINED PROJECT_DEBUG_POSTFIX) set(PROJECT_DEBUG_POSTFIX "_d") endif() -set(PROJECT_VERSION 1.2.0) +set(PROJECT_VERSION 1.3.0) set(PROJECT_USE_CMAKE_EXPORT TRUE) include(cmake/base.cmake) diff --git a/conanfile.py b/conanfile.py index 09ffb74c..c3fd260b 100644 --- a/conanfile.py +++ b/conanfile.py @@ -9,7 +9,7 @@ class SCHCoreConan(ConanFile): name = "sch-core" - version = "1.2.0" + version = "1.3.0" description = "Efficient implementation of GJK algorithm for proximity queries (collision detection, distance computations, penetration depths and witness points) between convex shapes." topics = ("robotics", "collision", "proximity", "convex") url = "https://github.com/jrl-umi3218/sch-core" diff --git a/debian/changelog b/debian/changelog index b7a587ac..8ce8b86f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sch-core (1.3.0-1debian1) unstable; urgency=medium + + * Update upstream version + + -- Pierre Gergondet Thu, 01 Sep 2022 09:38:13 +0900 + sch-core (1.2.0-1debian1) unstable; urgency=medium * Update upstream version