diff --git a/Makefile b/Makefile index cf66111f1..0e59d10a2 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 "14231M"' >> ".cache/upp.out/build_info.h" + echo '#define bmSVN_REVISION "14232M"' >> ".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 24bbfe7bd..1ed503a6a 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 "14231"' >> ".cache/upp.out/build_info.h" + echo '#define bmSVN_REVISION "14232"' >> ".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