|
From: <wsh...@us...> - 2003-08-22 20:06:40
|
Update of /cvsroot/emc/rcslib/src/java/rcs
In directory sc8-pr-cvs1:/tmp/cvs-serv3769/src/java/rcs
Modified Files:
Tag: wps_multiplat_dev_branch
RCS_VERSION.java
Log Message:
.
Index: RCS_VERSION.java
===================================================================
RCS file: /cvsroot/emc/rcslib/src/java/rcs/RCS_VERSION.java,v
retrieving revision 4.46.2.1
retrieving revision 4.46.2.2
diff -C2 -d -r4.46.2.1 -r4.46.2.2
*** RCS_VERSION.java 8 Aug 2003 14:21:12 -0000 4.46.2.1
--- RCS_VERSION.java 22 Aug 2003 20:06:37 -0000 4.46.2.2
***************
*** 2,6 ****
* Provides a means for Java Applications to check the version of the
* RCS Library being used.
! * The install_rcs script uses sed to replace 2003.6 in
* RCS_VERSION.java.perm --> RCS_VERSION.java
* file with the appropriate version number. This is to provide consistency
--- 2,6 ----
* Provides a means for Java Applications to check the version of the
* RCS Library being used.
! * The install_rcs script uses sed to replace 2003.8 in
* RCS_VERSION.java.perm --> RCS_VERSION.java
* file with the appropriate version number. This is to provide consistency
***************
*** 34,45 ****
{
/**
! * String in which the version number 2003.6 is stored.
*/
! public static final String version_string = "2003.6";
/**
* String in which the library was compiled is stored.
*/
! public static final String date_string = "Mon Jul 28 14:29:54 EDT 2003";
/**
--- 34,45 ----
{
/**
! * String in which the version number 2003.8 is stored.
*/
! public static final String version_string = "2003.8";
/**
* String in which the library was compiled is stored.
*/
! public static final String date_string = "Fri Aug 22 13:45:26 EDT 2003";
/**
***************
*** 47,51 ****
* and compile date etc. is stored.
*/
! public static final String info_string = "@(#)" + " RCS_LIBRARY_VERSION: " + 2003.6 + " Compiled on "+ "Mon Jul 28 14:29:54 EDT 2003"+ " for the java platform.\n";
/**
--- 47,51 ----
* and compile date etc. is stored.
*/
! public static final String info_string = "@(#)" + " RCS_LIBRARY_VERSION: " + 2003.8 + " Compiled on "+ "Fri Aug 22 13:45:26 EDT 2003"+ " for the java platform.\n";
/**
|