Skip to content

Commit

Permalink
Release 1.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
heikohimu committed Jan 9, 2019
1 parent 1a0f292 commit 6719b93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Version 1.9.13 (2018-01-08)
Version 1.9.14 (2019-01-09)
---------------------------

- Added optional parameter for maximum disparity step for reconstruction of disparity images in plyv

Version 1.9.13 (2019-01-08)
---------------------------

- Added possibility to wrap existing image data with gimage::Image object
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.txt")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt")
set(CPACK_PACKAGE_VERSION_MAJOR "1")
set(CPACK_PACKAGE_VERSION_MINOR "9")
set(CPACK_PACKAGE_VERSION_PATCH "13")
set(CPACK_PACKAGE_VERSION_PATCH "14")
set(CVKIT_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})

find_program(GIT_CMD git)
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 "1.9.13"
#define VERSION "1.9.14"

#endif

0 comments on commit 6719b93

Please sign in to comment.