summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efd7597b..203e7046 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 13.14
+VERSION = 13.15
NAME = drakconf
GITNAME = control-center
SUBDIRS = po pixmaps polkit #data
diff --git a/NEWS b/NEWS
index 9e3a37bd..9d558a50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 13.15 - 3 April 2017, by Thierry Vignaud
+
- simplify by using Gtk+ animations instead of our own manual one
thus preventing delayed action to happen before first draw signal due to bad
timing (mga#19827)