Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2020-06-24 13:24:47 +0000
committerDonald Dunne2020-06-25 18:07:37 +0000
commit0b280985b4a4425b131c6238c569e745461e462c (patch)
tree6ba8b3c44d0a3c8aa2992acc4eb36a9ff6b535b6
parent1bfb9f1d642cb22039a2aae43b8bd951901c31d8 (diff)
downloadorg.eclipse.osee-0b280985b4a4425b131c6238c569e745461e462c.tar.gz
org.eclipse.osee-0b280985b4a4425b131c6238c569e745461e462c.tar.xz
org.eclipse.osee-0b280985b4a4425b131c6238c569e745461e462c.zip
feature[TW17409]: Version 26.0 types
-rw-r--r--plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OrcsTypesData.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OrcsTypesData.java b/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OrcsTypesData.java
index d3cde6abd94..c862c05adcd 100644
--- a/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OrcsTypesData.java
+++ b/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OrcsTypesData.java
@@ -24,7 +24,7 @@ public class OrcsTypesData {
* model/sheets while the current code base works of this specified version.</br>
* </br>
* Version 1 = Corresponds to 0.23.1 and earlier code base</br>
- * Version 2 = Corresponds to 0.24.0 code base
+ * Version 2 = Corresponds to 0.24.0 code base Version 3 = Corresponds to 0.25.0 code base
*/
- public static final Long OSEE_TYPE_VERSION = 3L; // Corresponds to 0.25.0 code base
+ public static final Long OSEE_TYPE_VERSION = 4L; // Corresponds to 0.26.0 code base
} \ No newline at end of file

Back to the top