mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-06-18 03:38:24 +02:00
We have to prefix the version macro with 0x, else it gets identified as octal...
This commit is contained in:
parent
0a5149ea6a
commit
a8d4b200bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue