Skip to content

Commit 9909638

Browse files
committed
Release 2.1.5
1 parent d1e020e commit 9909638

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.1.5 (2020-07-21)
2+
--------------------------
3+
4+
- Fixed rounding when downscaling while loading images in PNG format
5+
16
Version 2.1.4 (2020-07-20)
27
--------------------------
38

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
4848
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
4949
set(CPACK_PACKAGE_VERSION_MAJOR "2")
5050
set(CPACK_PACKAGE_VERSION_MINOR "1")
51-
set(CPACK_PACKAGE_VERSION_PATCH "4")
51+
set(CPACK_PACKAGE_VERSION_PATCH "5")
5252
set(CVKIT_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
5353

5454
find_program(GIT_CMD git)

gutil/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
#ifndef GUTIL_VERSION_H
3838
#define GUTIL_VERSION_H
3939

40-
#define VERSION "2.1.4"
40+
#define VERSION "2.1.5"
4141

4242
#endif

0 commit comments

Comments
 (0)