Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heikohimu committed Oct 13, 2022
1 parent cef3405 commit 27b1b07
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 2.6.0 (2022-10-13)
--------------------------

- Added build jobs for Jammy
- Added tool for converting property files to octave
- Permit colors of ply files to be called r, g and b
- Added storing meta data to hdr class

Version 2.5.0 (2022-09-12)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set(CPACK_PACKAGE_VENDOR "Institute of Robotics and Mechatronics, German Aerospa
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
set(CPACK_PACKAGE_VERSION_MAJOR "2")
set(CPACK_PACKAGE_VERSION_MINOR "5")
set(CPACK_PACKAGE_VERSION_MINOR "6")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CVKIT_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})

Expand Down
2 changes: 1 addition & 1 deletion gutil/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
#ifndef GUTIL_VERSION_H
#define GUTIL_VERSION_H

#define VERSION "2.5.0"
#define VERSION "2.6.0"

#endif

0 comments on commit 27b1b07

Please sign in to comment.