We have to prefix the version macro with 0x, else it gets identified as octal...

This commit is contained in:
Richard Hughes 2009-07-03 11:02:26 +01:00
parent 0a5149ea6a
commit a8d4b200bd

View file

@ -28,7 +28,7 @@
/* compile time version
*/
#define DKP_COMPILE_VERSION (@VERSION@)
#define DKP_COMPILE_VERSION (0x@VERSION@)
/* check whether a the version is above the compile time version.
*/