Navigation Menu

Skip to content

Commit

Permalink
Update version to 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sekrit-twc committed Feb 7, 2018
1 parent 95c962d commit a91133e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
2.7.4:
x86: fix crash on Yorkfield (Core 2 Quad) processors (introduced in 2.7)

2.7.3
resize: fix performance drop in certain resampling ratios

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([zimg], [2.7.3], [https://github.com/sekrit-twc/zimg/pulls], [zimg], [https://github.com/sekrit-twc/zimg])
AC_INIT([zimg], [2.7.4], [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
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, 7, 3 };
constexpr unsigned VERSION_INFO[] = { 2, 7, 4 };


template <class T, class U>
Expand Down

0 comments on commit a91133e

Please sign in to comment.