From 41a334e3984f83be57fb670d8264d229ce0ecfe1 Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 4 Apr 2020 23:01:28 +0000 Subject: [PATCH] Makefile(s) updated git-svn-id: svn://ultimatepp.org/upp/trunk@14224 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- Makefile | 2 +- uMakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9f0695044..bd5ffe6bb 100644 --- a/Makefile +++ b/Makefile @@ -101,7 +101,7 @@ build_info: (date '+#define bmYEAR %y%n#define bmMONTH %-m%n#define bmDAY %-d%n#define bmHOUR %-H%n#define bmMINUTE %-M%n#define bmSECOND %-S%n#define bmTIME Time(%y, %-m, %-d, %-H, %-M, %-S)' && \ echo '#define bmMACHINE "'`hostname`'"' && \ echo '#define bmUSER "'`whoami`'"') > ".cache/upp.out/build_info.h" - echo '#define bmSVN_REVISION "14220:14222"' >> ".cache/upp.out/build_info.h" + echo '#define bmSVN_REVISION "14223"' >> ".cache/upp.out/build_info.h" echo '#define bmSVN_URL "svn://www.ultimatepp.org/upp/trunk/uppsrc/ide"' >> ".cache/upp.out/build_info.h" .PHONY: prepare diff --git a/uMakefile b/uMakefile index 56c1cc118..3b0f4043e 100644 --- a/uMakefile +++ b/uMakefile @@ -47,7 +47,7 @@ build_info: (date '+#define bmYEAR %y%n#define bmMONTH %-m%n#define bmDAY %-d%n#define bmHOUR %-H%n#define bmMINUTE %-M%n#define bmSECOND %-S%n#define bmTIME Time(%y, %-m, %-d, %-H, %-M, %-S)' && \ echo '#define bmMACHINE "'`hostname`'"' && \ echo '#define bmUSER "'`whoami`'"') > ".cache/upp.out/build_info.h" - echo '#define bmSVN_REVISION "14220"' >> ".cache/upp.out/build_info.h" + echo '#define bmSVN_REVISION "14223"' >> ".cache/upp.out/build_info.h" echo '#define bmSVN_URL "svn://www.ultimatepp.org/upp/trunk/uppsrc/umk"' >> ".cache/upp.out/build_info.h" .PHONY: prepare