]> git.sesse.net Git - movit/blobdiff - Makefile.in
Some small cleanups after we got rid of GLSL 1.10; we can now unify 1.30 and ES 3...
[movit] / Makefile.in
index 53eb6ffc1611a404a632cc6b68a3c9bd0c5f98eb..af3270a1b5a07885ba9263ddd6a699fe9b3ca42e 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 = 2:3:0
-movit_version = 1.1.3
+movit_ltversion = 3:0:0
+movit_version = 1.2.0
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
@@ -161,7 +161,7 @@ coverage:
        @exit 1
 endif
 
-HDRS = effect_chain.h effect_util.h effect.h input.h image_format.h init.h util.h defs.h resource_pool.h fp16.h ycbcr.h
+HDRS = effect_chain.h effect_util.h effect.h input.h image_format.h init.h util.h defs.h resource_pool.h fp16.h ycbcr.h version.h
 HDRS += $(INPUTS:=.h)
 HDRS += $(EFFECTS:=.h)