|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:10
|
Update of /cvsroot/openorb/PersistentStateService/src/main/org/openorb/pss
In directory usw-pr-cvs1:/tmp/cvs-serv23165/PersistentStateService/src/main/org/openorb/pss
Modified Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: ReleaseInfo.java
===================================================================
RCS file: /cvsroot/openorb/PersistentStateService/src/main/org/openorb/pss/ReleaseInfo.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ReleaseInfo.java 2002/01/09 12:42:31 1.1.1.1
+++ ReleaseInfo.java 2002/01/10 19:26:05 1.2
@@ -56,14 +56,14 @@
public class ReleaseInfo extends org.openorb.ReleaseInfo {
public final static short OPENORB_PSS_MAJOR = 1;
-
- public final static short OPENORB_PSS_MINOR = 0;
+ public final static short OPENORB_PSS_MINOR = 2;
+ public final static short OPENORB_PSS_MINOR_CHANGE = 1;
public final static String OPENORB_PSS_VERSION = OPENORB_PSS_MAJOR + "." + OPENORB_PSS_MINOR;
public final static String VERSION = OPENORB_PSS_VERSION + " over " + org.openorb.ReleaseInfo.VERSION;
- public final static String RELEASE = "OpenORB Persistent State Service version "+VERSION;
+ public final static String RELEASE = "OpenORB PersistentStateService Version "+VERSION;
- public static String RELEASE_TAG = "OpenORB-PSS-" + OPENORB_PSS_MAJOR + "-" + OPENORB_PSS_MINOR + org.openorb.ReleaseInfo.RELEASE_TAG;
+ public static String RELEASE_TAG = "OpenORB_PSS_" + OPENORB_PSS_MAJOR + "_" + OPENORB_PSS_MINOR + "_" + OPENORB_PSS_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
}
|