]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Update copyright year.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 Jan 2024 20:45:52 +0000 (21:45 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 12 Mar 2024 17:48:39 +0000 (18:48 +0100)
Makefile.real

index d67c9bff98f15a57270d5f6c8ce101cf093b41c8..bd2bd9d95fe8356f09e756268340f2f4cad52706 100644 (file)
@@ -21,7 +21,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 := 2023
+COPYRIGHT_YEAR := 2024
 
 ifeq ("$(origin O)", "command line")
        build_dir := $(O)