From: Steinar H. Gunderson Date: Sun, 16 Mar 2014 22:29:07 +0000 (+0100) Subject: Release Movit 1.0.3. X-Git-Tag: 1.0.3 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=257bd032e70c88fefc33d099a2f4ff52e91d707e;hp=84ad3397a22ff0522fb4678f258656d882442209 Release Movit 1.0.3. --- diff --git a/Makefile.in b/Makefile.in index b0c9889..e416e5f 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@ diff --git a/NEWS b/NEWS index 9307a65..8688e99 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Movit 1.0.3, March 16th, 2014 + + - Yet more build system tweaks mainly related to distribution packaging. + + Movit 1.0.2, March 16th, 2014 - Make a few tweaks to “make install”, to make distributions' lives easier.