]> git.sesse.net Git - movit/commitdiff
Release Movit 1.0.3. 1.0.3
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Mar 2014 22:29:07 +0000 (23:29 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Mar 2014 22:29:07 +0000 (23:29 +0100)
Makefile.in
NEWS

index b0c9889808ce9deba4ced7df42cad6bd15e829c6..e416e5f9f4db73463ec3d8b68f44d5445bc2bcf1 100644 (file)
@@ -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 9307a652cf2e3fdee27e1c2196386f013dedf052..8688e9987cf09b0079f6b2cd85d6968b5672e2db 100644 (file)
--- 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.