Changeset 5624
- Timestamp:
- 09/23/08 10:22:57 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/ProtocolEditor/src/xmlMVC/ConfigConstants.java
r5523 r5624 63 63 * 64 64 */ 65 public static final String EDITOR_VERSION_NUMBER = "3.0-3. 0.1";65 public static final String EDITOR_VERSION_NUMBER = "3.0-3.1"; 66 66 /** 67 67 * This is an identifier, eg. for Exception handler's bug reporter. … … 71 71 * the EDITOR_VERSION_NUMBER. 72 72 */ 73 public static final String EDITOR_RELEASE_ID = EDITOR_VERSION_NUMBER + " ";73 public static final String EDITOR_RELEASE_ID = EDITOR_VERSION_NUMBER + "rc1"; 74 74 75 75 }
