diff options
Diffstat (limited to 'src/apk_version.h')
-rw-r--r-- | src/apk_version.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_version.h b/src/apk_version.h index dcbf20f..4275343 100644 --- a/src/apk_version.h +++ b/src/apk_version.h @@ -14,6 +14,7 @@ #include "apk_blob.h" +#define APK_VERSION_UNKNOWN 0 #define APK_VERSION_EQUAL 1 #define APK_VERSION_LESS 2 #define APK_VERSION_GREATER 4 |