From 2a1197cc79b4071bfce1882640a53cb790cf635f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Andr=C3=A9n=20Zachrisson?= Date: Sat, 31 Oct 2015 09:55:16 +0100 Subject: [PATCH] Use a build time macro instead of hard coded value --- cue2pops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cue2pops.c b/cue2pops.c index a843e11..c18840d 100644 --- a/cue2pops.c +++ b/cue2pops.c @@ -275,7 +275,7 @@ int main(int argc, char **argv) int noCDDA = 0; // 2013/04/22 - v1.2 : Is set to 1 if no CDDA track was found in the game dump, used by the NTSC patcher printf("\nBIN/CUE to IMAGE0.VCD conversion tool v2.0\n"); - printf("Last modified : 2013/05/16\n\n"); + printf("Last modified: %s\n\n", __DATE__); if(argc <= 1) { printf("Error: No input file specified (cue sheet)\n\n");