coin-or / qpOASES

Open-source C++ implementation of the recently proposed online active set strategy
GNU Lesser General Public License v2.1
360 stars 121 forks source link

Bump CMake PACKAGE_VERSION's to 3.2.2 #127

Closed traversaro closed 1 year ago

traversaro commented 2 years ago

As mentioned in https://github.com/coin-or/qpOASES/issues/113, the PACKAGE_VERSION in CMake was lagging behind the tags/release (3.2.1 was tagged without the CMake version being updated).

This PR bumps the PACKAGE_VERSION in CMake to 3.2.2 so that a 3.2.2 release/tag can be done without further source code modifications.