]> git.sesse.net Git - movit/blobdiff - Makefile.in
Fix an issue where temporary textures could be reused too early by a different thread.
[movit] / Makefile.in
index 21d1e7ce981d4c8acd7403199b232e168759eb0c..a3ed10432ac75fb5a12b40fd7de07b84a09b6037 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:1:0
-movit_version = 1.5.3
+movit_ltversion = 8:2:0
+movit_version = 1.6.2
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@