|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:09
|
Update of /cvsroot/openorb/OpenORB/src/main/org/openorb
In directory usw-pr-cvs1:/tmp/cvs-serv23165/OpenORB/src/main/org/openorb
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/OpenORB/src/main/org/openorb/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:29:57 1.1.1.1
+++ ReleaseInfo.java 2002/01/10 19:26:05 1.2
@@ -100,7 +100,7 @@
/**
* Version identifier with extra information.
*/
- public final static String RELEASE = "OpenORB version "+VERSION;
+ public final static String RELEASE = "OpenORB Version "+VERSION;
/**
* Release tag.
|