From a2f22ccb14390a9c8edbdb3ac4cb0a4ad165cdcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 13 Mar 2017 19:07:13 +0100 Subject: 4.4 --- Makefile | 4 ++-- NEWS | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2de522a7..a5f4fdb3 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ RPM=$(HOME)/rpm NAME = drakwizard -VERSION := 4.3 +VERSION := 4.4 TAR = $(NAME)-$(VERSION).tar.bz2 prefix=/usr -# TODO: get WIZ_HOME take care of usr prefix +# TODO: get WIZ_HOME take care of usr prefix WIZ_HOME=/usr/share/wizards/ PERL_VENDORLIB=$(shell eval "`perl -V:installvendorlib`"; installvendorlib=$${installvendorlib\#/usr}; echo $$installvendorlib) diff --git a/NEWS b/NEWS index cbf0f413..a86d4d2e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 4.4 - 13 March 2017, by RĂ©mi Verschelde + +- translations updates + Version 4.3 - 17 May 2015, by Thierry Vignaud - translations updates -- cgit v1.2.1