X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;h=445f5b7dd96c858f21ca81494d5706cc141fa77d;hp=b0c9889808ce9deba4ced7df42cad6bd15e829c6;hb=a3e64998d3f042a18b17423695c9fab133e33ac4;hpb=6b087c6405258efe9761bcf1f2b8a68d1787c372 diff --git a/Makefile.in b/Makefile.in index b0c9889..445f5b7 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 = 1:2:0 -movit_version = 1.0.2 +movit_ltversion = 1:3:0 +movit_version = 1.0.3 prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -182,7 +182,7 @@ install: libmovit.la $(INSTALL) -m 644 movit.pc $(DESTDIR)$(libdir)/pkgconfig/ DISTDIR=movit-$(movit_version) -OTHER_DIST_FILES=add.frag autogen.sh blue.frag configure.ac d65.h effectlist.txt identity.frag invert_effect.frag Makefile.in mipmap_needing_effect.frag movit.pc.in README NEWS test_util.h widgets.h +OTHER_DIST_FILES=add.frag autogen.sh blue.frag configure.ac d65.h identity.frag invert_effect.frag Makefile.in mipmap_needing_effect.frag movit.pc.in README NEWS test_util.h widgets.h dist: $(MKDIR) $(DISTDIR)