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