--- tools/updaterevision/updaterevision.c +++ tools/updaterevision/updaterevision.c @@ -148,8 +148,8 @@ int main(int argc, char **argv) "// This file was automatically generated by the\n" "// updaterevision tool. Do not edit by hand.\n" "\n" -"#define SVN_REVISION_STRING \"%s\"\n" -"#define SVN_REVISION_NUMBER %lu\n", +"#define SVN_REVISION_STRING \"3021\"\n" +"#define SVN_REVISION_NUMBER 3021\n", rev, rev, urev); fclose (stream); fprintf (stderr, "%s updated to revision %s.\n", argv[2], rev);