Adapt to recent version_num changes.
...I don't get what's going on either.
This commit is contained in:
@@ -61,9 +61,10 @@ int main(void)
|
|||||||
if ( f = fopen("verstub.cpp","w") )
|
if ( f = fopen("verstub.cpp","w") )
|
||||||
{
|
{
|
||||||
fprintf(f,
|
fprintf(f,
|
||||||
"unsigned long version_num = %ld;\n"
|
"#include \"ver.h\"\n"
|
||||||
"extern const char *const version_date = \"%s\";\n"
|
"unsigned long const version_num = %ld;\n"
|
||||||
"extern const char *const version_time = \"%s\";\n",
|
"extern char const * const version_date = \"%s\";\n"
|
||||||
|
"extern char const * const version_time = \"%s\";\n",
|
||||||
build, strdate, strtime);
|
build, strdate, strtime);
|
||||||
fclose(f);
|
fclose(f);
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user