= Software Version numbers/strings = * The IPP Sofware Version numbers are listed below. The suffix M means a modification to the trunk.... * These are being propagated into the PSPS under FrameMeta analysisVer so one can select for data reduced with a given IPP version. {{{ mysql> select distinct software_ver, label from camRun where label like '%SAS%'; +--------------+---------------------------------+ | software_ver | label | +--------------+---------------------------------+ | 29775 | SAS.20101118 | | 31691 | SAS2.12 | | 31691 | SAS.footprint.123 | | 31857M | SAS.footprint.123 | | 31857M | SAS2.123 | | 31857M | SAS2.12 | | 31857M | SAS2.123.synthcat | | 31857M | SAS2.123.synthcat2 | | 32410M | HAF.SAS.test.nobg | | 32410M | HAF.SAS.test.nobg.pr | | 32410M | HAF.SAS.test.nobg.default | | 32757 | SAS.footprint.123.rerun20111129 | | 32757 | SAS2.123.rerun20111129 | | 32675M | czw.SASg.bkg | | 33273M | czw.SAS.continuity.deprecate | | NULL | czw.SAS.continuity.deprecate | | 33322M | czw.SAS.continuity.deprecate | | 33322 | czw.SAS.continuity | | 33644M | czw.SAStest | | 33854M | SAStest.v4 | | 33970 | SAStest.v5 | +--------------+---------------------------------+ }}}