Commit c8245a591fa6efc50e206cd49dabd1df03360236
1 parent
de2ad719
Exists in
master
and in
3 other branches
Version string should use timestamp value.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/core/util.c
| ... | ... | @@ -367,7 +367,7 @@ LIB3270_EXPORT const char * lib3270_get_revision(void) |
| 367 | 367 | |
| 368 | 368 | LIB3270_EXPORT char * lib3270_get_version_info(void) |
| 369 | 369 | { |
| 370 | - return lib3270_strdup_printf("%s version %s-%d build %s",PACKAGE_NAME,PACKAGE_VERSION,PACKAGE_RELEASE,RPQ_REVISION); | |
| 370 | + return lib3270_strdup_printf("%s version %s-%d build %s",PACKAGE_NAME,PACKAGE_VERSION,PACKAGE_RELEASE,RPQ_TIMESTAMP_VALUE); | |
| 371 | 371 | } |
| 372 | 372 | |
| 373 | 373 | void lib3270_popup_an_errno(H3270 *hSession, int errn, const char *fmt, ...) | ... | ... |