diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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: @@ -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 |