]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/OSKextVersion.c
xnu-4903.221.2.tar.gz
[apple/xnu.git] / libkern / OSKextVersion.c
index ea6a8e53cb0952c4c04999eede242b9cfb241b9c..236984072cb9d5028edb99882726c3397941ccad 100644 (file)
 #include <libkern/OSKextLibPrivate.h>
 
 #define VERS_MAJOR_DIGITS        (4)
-#define VERS_MINOR_DIGITS        (2)
-#define VERS_REVISION_DIGITS     (2)
+#define VERS_MINOR_DIGITS        (4)
+#define VERS_REVISION_DIGITS     (4)
 #define VERS_STAGE_DIGITS        (1)
 #define VERS_STAGE_LEVEL_DIGITS  (3)
 
 #define VERS_MAJOR_MAX           (9999)
 #define VERS_STAGE_LEVEL_MAX      (255)
 
-#define VERS_MAJOR_MULT    (100000000)
-#define VERS_MINOR_MULT      (1000000)
-#define VERS_REVISION_MULT     (10000)
-#define VERS_STAGE_MULT         (1000)
+#define VERS_MAJOR_MULT  (1000000000000)
+#define VERS_MINOR_MULT      (100000000)
+#define VERS_REVISION_MULT       (10000)
+#define VERS_STAGE_MULT           (1000)
 
 
 typedef enum {