From cb591dce6a65eedad1e34a7fb647497c2a4cbe92 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 5 Apr 2020 15:41:03 +0000 Subject: [PATCH] Makefile(s) updated git-svn-id: svn://ultimatepp.org/upp/trunk@14235 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- Makefile | 2 +- uMakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0e59d10a2..e75b284e2 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 "14232M"' >> ".cache/upp.out/build_info.h" + echo '#define bmSVN_REVISION "14234"' >> ".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 1ed503a6a..174e3c814 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 "14232"' >> ".cache/upp.out/build_info.h" + echo '#define bmSVN_REVISION "14234"' >> ".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