]> git.sesse.net Git - movit/commitdiff
Release Movit 1.0. 1.0
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Mar 2014 20:39:37 +0000 (21:39 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Mar 2014 20:39:37 +0000 (21:39 +0100)
Makefile.in
NEWS [new file with mode: 0644]

index e5f8ac96000739d039a7ab67422cf32a0e26650f..76929cdb1f0ca12a297b1c2a658239902c3e37bf 100644 (file)
@@ -179,7 +179,7 @@ install: libmovit.la
        $(INSTALL) -m 644 movit.pc $(libdir)/pkgconfig/
 
 DISTDIR=movit-$(movit_version)
        $(INSTALL) -m 644 movit.pc $(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 test_util.h widgets.h
+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
 
 dist:
        $(MKDIR) $(DISTDIR)
 
 dist:
        $(MKDIR) $(DISTDIR)
diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..7ebd647
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,3 @@
+Movit 1.0, March 16th, 2014
+
+ - Initial release.