Skip to content

Commit

Permalink
Update version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sekrit-twc committed Apr 30, 2021
1 parent 11d1187 commit 8d0b839
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.2
colorspace: fix underflow in AVX-512 ST.2084 transfer functions
arm: fix data alignment

3.0.1
graph: fix handling of default nominal_peak_luminance (introduced in 3.0)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([zimg], [3.0.1], [https://github.com/sekrit-twc/zimg/pulls], [zimg], [https://github.com/sekrit-twc/zimg])
AC_INIT([zimg], [3.0.2], [https://github.com/sekrit-twc/zimg/pulls], [zimg], [https://github.com/sekrit-twc/zimg])
AC_CONFIG_MACRO_DIR([m4])

: ${CFLAGS=""}
Expand Down
2 changes: 1 addition & 1 deletion src/zimg/api/zimg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ constexpr unsigned API_VERSION_2_4 = ZIMG_MAKE_API_VERSION(2, 4);
thread_local zimg_error_code_e g_last_error = ZIMG_ERROR_SUCCESS;
thread_local std::string g_last_error_msg;

constexpr unsigned VERSION_INFO[] = { 3, 0, 1 };
constexpr unsigned VERSION_INFO[] = { 3, 0, 2 };


template <class T, class U>
Expand Down

0 comments on commit 8d0b839

Please sign in to comment.