]> git.sesse.net Git - movit/commitdiff
Release Movit 1.0.2. 1.0.2
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Mar 2014 21:35:02 +0000 (22:35 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Mar 2014 21:40:45 +0000 (22:40 +0100)
Makefile.in
NEWS

index fa2556964eed1de541ef16e30a2038244a95a215..3f8f0dc79123815b5588fa9881a1a7713f511191 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:1:0
-movit_version = 1.0.1
+movit_ltversion = 1:2:0
+movit_version = 1.0.2
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
diff --git a/NEWS b/NEWS
index 30869c4e0d48085729e62f1b889537d2e883e17e..9307a652cf2e3fdee27e1c2196386f013dedf052 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Movit 1.0.2, March 16th, 2014
+
+ - Make a few tweaks to “make install”, to make distributions' lives easier.
+
+
 Movit 1.0.1, March 16th, 2014
 
  - Fix so that shared libraries are built.