From 240cced0e8e7f24385a702631c253971862281fe Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 16 Mar 2014 21:39:37 +0100 Subject: [PATCH] Release Movit 1.0. --- Makefile.in | 2 +- NEWS | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/Makefile.in b/Makefile.in index e5f8ac9..76929cd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -179,7 +179,7 @@ install: libmovit.la $(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) diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..7ebd647 --- /dev/null +++ b/NEWS @@ -0,0 +1,3 @@ +Movit 1.0, March 16th, 2014 + + - Initial release. -- 2.39.2