Commit 5a660d88 authored by Moses Milazzo's avatar Moses Milazzo
Browse files

Updated software version number to 1.5 in source code and in documentation. Fixes #2179.



git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6045 41f8697f-d340-4b68-9986-7bafba869bb8
parent eb0f160d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ void IsisMain() {
  QString mdiscal_runtime = Application::DateTime();

  // Specify the version of the CDR generated
  const int cdr_version = 5;
  const int cdr_version = 4;

  // We will be processing by column in case of a linear dark current fit. This will make the
  //   calibration a one pass system in this case, rather than two.
+1 −0
Original line number Diff line number Diff line
@@ -526,6 +526,7 @@
     that are not on the PDS images but still contribute to frame transfer smearing.
     Also updated the calibration tables (MDISWAC_FRAME_TRANSFER_??.TAB) with the 
     correct frame transfer speed. Documentation was updated as well.
     Software version number is now 1.5.
   </change>
  </history>