From 7af0417ef03b66e15bd6da7802a7db30c92dd9c3 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 22 Jul 2023 20:41:18 +0200 Subject: [PATCH] Release Movit 1.7.1. --- Makefile.in | 4 ++-- NEWS | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 460a136..1e3be0d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,8 +6,8 @@ GTEST_DIR ?= /usr/src/gtest # strive towards having a rock-stable ABI, but at least the soversion will increase # whenever it breaks, so that you will not have silent failures, and distribution package # management can run its course. -movit_ltversion = 8:4:0 -movit_version = 1.7.0 +movit_ltversion = 8:5:0 +movit_version = 1.7.1 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/NEWS b/NEWS index e4f7561..676a2e5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Movit 1.7.1, July 22nd, 2023 + + - Fix a bug when compiling in shaders, that could cause errors + with certain shader compilers. Reported by Stefano Rivera. + + Movit 1.7.0, July 15th, 2023 - Compile shaders into the library. It is now allowed to give "" -- 2.39.2