Project

General

Profile

« Previous | Next » 

Revision 6550

change upgrade scripts/routines to use 2.0.0 version number instead of 1.10.0

View differences:

UpgradeNodeDataDatetime.java
131 131
	        sqlca.close();
132 132
    	} catch (Exception e) {
133 133
    		e.printStackTrace();
134
            throw new AdminException("Error upgrading system to 1.10.0: " + e.getMessage());
134
            throw new AdminException("Error upgrading system to 2.0.0: " + e.getMessage());
135 135
        }
136 136
    	return true;
137 137
    }

Also available in: Unified diff