Skip to content

Commit

Permalink
Update version to 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sekrit-twc committed Mar 2, 2020
1 parent 6ffe4b1 commit 527dd55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.9.3
resize: add spline64 filter

2.9.2
colorspace: fix crash on invalid conversion from unspec to real primaries
x86: additional optimizations for AMD Piledriver
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], [2.9.2], [https://github.com/sekrit-twc/zimg/pulls], [zimg], [https://github.com/sekrit-twc/zimg])
AC_INIT([zimg], [2.9.3], [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 @@ -36,7 +36,7 @@ constexpr unsigned API_VERSION_2_2 = ZIMG_MAKE_API_VERSION(2, 2);
thread_local zimg_error_code_e g_last_error = ZIMG_ERROR_SUCCESS;
thread_local std::string g_last_error_msg;

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


template <class T, class U>
Expand Down

0 comments on commit 527dd55

Please sign in to comment.