diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,7 @@ BINDIR = $(PREFIX)/bin DATADIR = $(PREFIX)/share fake_packages_dir = $(DATADIR)/perl_checker/fake_packages PERL_CHECKER_TARGET = native-code -VERSION = 1.2.33 +VERSION = 1.2.34 NAME = perl_checker FILES-perl_checker = AUTHORS COPYING README.emacs Makefile misc src fake_packages @@ -1,3 +1,5 @@ +Version 1.2.34 - 10 February 2018, by Thierry Vignaud + - fake packages: o add Gtk4 fake package - fix compiling with ocaml-4.06 |