From e722d18def204114dedc9d14dfccbcb55905e28f Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 16 Mar 2014 22:19:24 +0100 Subject: [PATCH] Release Movit 1.0.1. --- Makefile.in | 4 ++-- NEWS | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index c056039..c0490d1 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:0:0 -movit_version = 1.0 +movit_ltversion = 1:1:0 +movit_version = 1.0.1 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/NEWS b/NEWS index 7ebd647..30869c4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Movit 1.0.1, March 16th, 2014 + + - Fix so that shared libraries are built. + + Movit 1.0, March 16th, 2014 - Initial release. -- 2.39.2