Avoid warning about sys/sysctl.h on glibc-2.30.
[paraslash.git] / Makefile.real
index 1d98ec11b9de9f51bce869bd1d72bed7e9d70a13..5df27bad934a58f04b4b6407e868e8898ded4002 100644 (file)
@@ -18,7 +18,7 @@ uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS")
 uname_rs := $(shell uname -rs)
 cc_version := $(shell $(CC) --version | head -n 1)
 GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h)
-COPYRIGHT_YEAR := 2018
+COPYRIGHT_YEAR := 2019
 
 ifeq ("$(origin O)", "command line")
        build_dir := $(O)