Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
Minor release for Jammy packaging
  • Loading branch information
gergondet committed Jun 13, 2023
1 parent 5529874 commit 2682e1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(PROJECT_NAME eigen-quadprog)
set(PROJECT_DESCRIPTION "QuadProg QP solver through Eigen3 library.")
set(PROJECT_URL "https://github.com/jrl-umi3218/eigen-quadprog")
set(PROJECT_DEBUG_POSTFIX "_d")
set(PROJECT_VERSION 1.1.1)
set(PROJECT_VERSION 1.1.2)
set(PROJECT_USE_CMAKE_EXPORT TRUE)

set(DOXYGEN_USE_MATHJAX "YES")
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class EigenQuadProgConan(base.Eigen3ToPythonConan):
name = "eigen-quadprog"
version = "1.1.1"
version = "1.1.2"
description = "QuadProg QP solver through Eigen3 library"
topics = ("robotics", "optimization", "qp", "python")
url = "https://github.com/jrl-umi3218/eigen-quadprog"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
eigen-quadprog (1.1.2-1debian1) unstable; urgency=medium

* Update upstream version

-- Pierre Gergondet <[email protected]> Tue, 13 Jun 2023 13:03:03 +0900

eigen-quadprog (1.1.1-1ubuntu1) unstable; urgency=medium

* Update upstream version
Expand Down

0 comments on commit 2682e1a

Please sign in to comment.