Ignore:
Timestamp:
Mar 29, 2011, 6:07:31 AM (13 years ago)
Author:
Sam Habiel
Message:

CGDocumentManager: Version Check Added.
Release versions, again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocumentManager.cs

    r1117 r1121  
    503503
    504504            //if version numbers mismatch, don't continue.
    505             //TODO: For future: Include in v. 1.5
    506             /*
    507             if (!(x.Major.ToString() == sMajor && x.Minor.ToString() + x.Build.ToString() == sMinor))
     505            if (!(x.Major.ToString() == sMajor && x.Minor.ToString() == sMinor))
    508506            {
    509507                MessageBox.Show(
     
    512510                    "Major, Minor and Build versions must match",
    513511                    "Version Mismatch");
    514                 m_ds.Close();
    515                 return;
    516             }
    517             */
     512                closeSplashDelegate();
     513                return false;
     514            }
    518515 
    519516
Note: See TracChangeset for help on using the changeset viewer.