]> git.sesse.net Git - movit/commitdiff
Release Movit 1.5.3. 1.5.3
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 10 Aug 2017 15:59:58 +0000 (17:59 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 10 Aug 2017 15:59:58 +0000 (17:59 +0200)
Makefile.in
NEWS

index e0e89897f4ed018c6b0cbbfe2c0ddc6dcd6d34ce..c591dfdb2fad173cd5647d0ceaa8a9e157085a37 100644 (file)
@@ -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 = 7:0:0
-movit_version = 1.5.2
+movit_ltversion = 7:1:0
+movit_version = 1.5.3
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
diff --git a/NEWS b/NEWS
index 386f663f99bd6a7b1242db4bf86d06c8aa7b6709..476fcb87ae394cfa2f7792bd0e030cffa93fbb6b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Movit 1.5.3, August 10th, 2017
+
+  - Various bugfixes.
+
+
 Movit 1.5.2, July 5th, 2017
 
   - The texture generation for ResampleEffect (when the size is changed)