mirror of
https://github.com/php-win-ext/libxpm.git
synced 2026-03-24 00:52:16 +01:00
fix version in the header
This commit is contained in:
@@ -58,8 +58,8 @@
|
||||
* Then the XpmIncludeVersion number is built from these numbers.
|
||||
*/
|
||||
#define XpmFormat 3
|
||||
#define XpmVersion 4
|
||||
#define XpmRevision 11
|
||||
#define XpmVersion 5
|
||||
#define XpmRevision 12
|
||||
#define XpmIncludeVersion ((XpmFormat * 100 + XpmVersion) * 100 + XpmRevision)
|
||||
|
||||
#ifndef XPM_NUMBERS
|
||||
|
||||
Reference in New Issue
Block a user