Skip to content

Commit

Permalink
Merge pull request coin-or#127 from traversaro/patch-2
Browse files Browse the repository at this point in the history
Bump CMake PACKAGE_VERSION's to 3.2.2
  • Loading branch information
apotschka committed Aug 26, 2022
2 parents 9fa3348 + 1e73148 commit 67ae315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cmake_minimum_required(VERSION 2.6)

PROJECT(qpOASES CXX)
SET(PACKAGE_NAME "qpOASES")
SET(PACKAGE_VERSION "3.2.0")
SET(PACKAGE_VERSION "3.2.2")
SET(PACKAGE_SO_VERSION "3.2")
SET(PACKAGE_DESCRIPTION "An implementation of the online active set strategy")
SET(PACKAGE_AUTHOR "Hans Joachim Ferreau, Andreas Potschka, Christian Kirches et al.")
Expand Down

0 comments on commit 67ae315

Please sign in to comment.