diff --git a/Makefile b/Makefile index baa9e49ec..060421c85 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 "14258"' >> ".cache/upp.out/build_info.h" + echo '#define bmSVN_REVISION "14259"' >> ".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 56de6baee..3e2ba7297 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 "14258"' >> ".cache/upp.out/build_info.h" + echo '#define bmSVN_REVISION "14259"' >> ".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