Index: trunk/ippToPsps/jython/diffbatch.py
===================================================================
--- trunk/ippToPsps/jython/diffbatch.py	(revision 38761)
+++ trunk/ippToPsps/jython/diffbatch.py	(revision 38763)
@@ -185,5 +185,5 @@
        
 
-       self.dataRelease = skychunk.dataRelease;
+       self.processingVersion = skychunk.processingVersion;
         
 
@@ -236,5 +236,5 @@
         self.scratchDb.updateAllRows("DiffMeta_"+str(num), "surveyID", str(self.surveyID))
         self.scratchDb.updateFilterID("DiffMeta_"+str(num), self.filterName[num][0])
-        self.scratchDb.updateAllRows("DiffMeta_"+str(num), "dataRelease", str(self.skychunk.dataRelease))
+        self.scratchDb.updateAllRows("DiffMeta_"+str(num), "processingVersion", str(self.skychunk.processingVersion))
         self.logger.infoPair("DiffMeta_"+str(num),"done")
 
@@ -339,5 +339,5 @@
         sqlLine.group("DinfoFlag",        "FLAGS")                          
         sqlLine.group("DinfoFlag2",       "FLAGS2")                          
-        sqlLine.group("dataRelease",     str(self.skychunk.dataRelease))                  
+        sqlLine.group("processingVersion",     str(self.skychunk.processingVersion))                  
 
         sql = sqlLine.makeRaw(") SELECT ", " FROM " + ippTableName)
