Update of /var/cvs/src/org/mmbase
In directory james.mmbase.org:/tmp/cvs-serv29921
Modified Files:
Version.java
Log Message:
i'm oging to tag CVS with 1.9.0 beta.
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase
Index: Version.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/Version.java,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- Version.java 16 Feb 2008 22:13:53 -0000 1.42
+++ Version.java 25 Apr 2008 14:32:19 -0000 1.43
@@ -17,7 +17,7 @@
*
* @author Daniel Ockeloen
* @author Michiel Meeuwissen
- * @version $Id: Version.java,v 1.42 2008/02/16 22:13:53 nklasens Exp $
+ * @version $Id: Version.java,v 1.43 2008/04/25 14:32:19 michiel Exp $
*/
public class Version {
@@ -104,7 +104,7 @@
* @since MMBase-1.6
*/
public static boolean isRelease() {
- return false;
+ return true;
};
/**
@@ -113,7 +113,7 @@
* @since MMBase-1.7
*/
public static String getReleaseStatus() {
- return "";
+ return "beta";
};
/**
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs