diff --git a/Makefile b/Makefile index 0ae3c58a7..9d78061aa 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 "14228M"' >> ".cache/upp.out/build_info.h" + echo '#define bmSVN_REVISION "14229M"' >> ".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 c5bd14f3d..be90178d9 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 "14228"' >> ".cache/upp.out/build_info.h" + echo '#define bmSVN_REVISION "14229"' >> ".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