Skip to content

Commit

Permalink
Release 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
heikohimu committed Jul 21, 2020
1 parent d1e020e commit 9909638
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2.1.5 (2020-07-21)
--------------------------

- Fixed rounding when downscaling while loading images in PNG format

Version 2.1.4 (2020-07-20)
--------------------------

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.md")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
set(CPACK_PACKAGE_VERSION_MAJOR "2")
set(CPACK_PACKAGE_VERSION_MINOR "1")
set(CPACK_PACKAGE_VERSION_PATCH "4")
set(CPACK_PACKAGE_VERSION_PATCH "5")
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 "2.1.4"
#define VERSION "2.1.5"

#endif

0 comments on commit 9909638

Please sign in to comment.