Update of /var/cvs/src/org/mmbase
In directory james.mmbase.org:/tmp/cvs-serv31124

Modified Files:
        Version.java 
Log Message:
tag was set


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.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- Version.java        25 Apr 2008 14:32:19 -0000      1.43
+++ Version.java        25 Apr 2008 14:45:05 -0000      1.44
@@ -17,7 +17,7 @@
  *
  * @author Daniel Ockeloen
  * @author Michiel Meeuwissen
- * @version $Id: Version.java,v 1.43 2008/04/25 14:32:19 michiel Exp $
+ * @version $Id: Version.java,v 1.44 2008/04/25 14:45:05 michiel Exp $
  */
 public class Version {
 
@@ -104,7 +104,7 @@
      * @since MMBase-1.6
      */
     public static boolean isRelease() {
-        return true;
+        return false;
     };
 
     /**
@@ -113,7 +113,7 @@
      * @since MMBase-1.7
      */
     public static String getReleaseStatus() {
-        return "beta";
+        return "";
     };
 
     /**
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to