dlditool: fix redefinition of VERSION

This commit is contained in:
matthias gatto 2018-10-14 17:50:53 +02:00
parent bf3e1b1cf3
commit 2dfc7866d0
1 changed files with 2 additions and 0 deletions

View File

@ -51,7 +51,9 @@
* v1.00 - 2006-12-25 - Chishm
* Original release
*/
#ifndef VERSION
#define VERSION "v1.24"
#endif
#include <stdio.h>
#include <string.h>