From 7b35ca80124bd51929cca4422738713a8684df00 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 7 Jan 2010 23:36:30 +0100 Subject: warning/compile fixes for 0.3.2-rc1 --- sid/sidplay-libs-2.1.0/resid/siddefs.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sid/sidplay-libs-2.1.0/resid') diff --git a/sid/sidplay-libs-2.1.0/resid/siddefs.h b/sid/sidplay-libs-2.1.0/resid/siddefs.h index 9889e946..c4eaea6e 100644 --- a/sid/sidplay-libs-2.1.0/resid/siddefs.h +++ b/sid/sidplay-libs-2.1.0/resid/siddefs.h @@ -20,6 +20,11 @@ #ifndef __SIDDEFS_H__ #define __SIDDEFS_H__ +#ifdef VERSION +#undef VERSION +#endif +#define VERSION "2.1.0" + // Define bool, true, and false for C++ compilers that lack these keywords. #define RESID_HAVE_BOOL 1 -- cgit v1.2.3