diff --git a/CMakeLists.txt b/CMakeLists.txt index 52f5afb8..de4a9258 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.1.0) +set(PROJECT_VERSION 1.2.0) set(PROJECT_USE_CMAKE_EXPORT TRUE) include(cmake/base.cmake) diff --git a/conanfile.py b/conanfile.py index 6e6cbc63..09ffb74c 100644 --- a/conanfile.py +++ b/conanfile.py @@ -9,7 +9,7 @@ class SCHCoreConan(ConanFile): name = "sch-core" - version = "1.1.0" + version = "1.2.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 cce20628..b7a587ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sch-core (1.2.0-1debian1) unstable; urgency=medium + + * Update upstream version + + -- Pierre Gergondet Mon, 12 Jul 2021 11:54:41 +0800 + sch-core (1.1.0-1ubuntu1) unstable; urgency=medium * Update upstream version