From 18f387689afcd1c38179a4bbc977e63bc3ea67d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 12 Apr 2016 18:43:36 +0200 Subject: 13.5 --- Makefile | 4 ++-- NEWS | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5fd0865c..82e49a43 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 13.4 +VERSION = 13.5 NAME = drakconf SUBDIRS = po pixmaps polkit #data localedir = $(DESTDIR)/usr/share/locale @@ -14,7 +14,7 @@ override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\" all: drakconf drakconf.desktop for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done -drakconf: +drakconf: cp -l control-center drakconf clean: diff --git a/NEWS b/NEWS index b18efad6..20fca570 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 13.5 - 12 April 2016, RĂ©mi Verschelde + - new and updated icons (Animtim) Version 13.4 - 25 March 2016, Anne Nicolas -- cgit v1.2.1