Skip to content

Commit a28f526

Browse files
committed
update version number and ompl commit for new version
1 parent 079685b commit a28f526

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
2-
project(omplapp VERSION 1.5.2 LANGUAGES CXX)
3-
set(OMPL_ABI_VERSION 16)
2+
project(omplapp VERSION 1.6.0 LANGUAGES CXX)
3+
set(OMPL_ABI_VERSION 17)
44

55
# set the default build type
66
if (NOT CMAKE_BUILD_TYPE)

doc/releaseChecklist.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Steps to release a new version:
22
* update release notes (releaseNotes.md for both ompl and omplapp; put date, features)
3-
* update version number in package.xml
3+
* update version number in package.xml and CMakeLists.txt `package(...)` commands in omplapp and ompl dir
44
* "git pull" in omplapp and ompl
55
* "git clean -fd" in omplapp and ompl
66
* build omplapp with bindings

ompl

Submodule ompl updated 241 files

0 commit comments

Comments
 (0)