Index: trunk/ippTools/src/regtool.c
===================================================================
--- trunk/ippTools/src/regtool.c	(revision 11702)
+++ trunk/ippTools/src/regtool.c	(revision 11735)
@@ -929,8 +929,8 @@
     p2PendingExpRow *p2Exp = p2PendingExpRowAlloc(
         exp->exp_tag,
-        "my recipe",
-        0xff,   // XXX calc version number
-        0xff,   // XXX calc version number
-        label 
+        0x0,          // p2 version XXX calc version number
+        0xdeadbeef,   // p1 version
+        label,
+        "my recipe"
     );
 
@@ -943,9 +943,9 @@
     return p2PendingImfileRowAlloc(
         rawImfile->exp_tag,
+        0x0,          // p2 version XXX calc version number
+        0xdeadbeef,   // p1 version
         rawImfile->class_id,
-        rawImfile->uri,
         "my recipe",
-        0xff, // XXX calc version number
-        0xff  // XXX calc version number
+        rawImfile->uri
     );
 }
