Update of /var/cvs/src/org/mmbase
In directory james.mmbase.org:/tmp/cvs-serv5117
Modified Files:
Tag: MMBase-1_8
Version.java
Log Message:
1.8 branch is now 1.8.7
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.39.2.16
retrieving revision 1.39.2.17
diff -u -b -r1.39.2.16 -r1.39.2.17
--- Version.java 24 Jul 2008 16:35:00 -0000 1.39.2.16
+++ Version.java 24 Jul 2008 16:37:16 -0000 1.39.2.17
@@ -17,7 +17,7 @@
*
* @author Daniel Ockeloen
* @author Michiel Meeuwissen
- * @version $Id: Version.java,v 1.39.2.16 2008/07/24 16:35:00 michiel Exp $
+ * @version $Id: Version.java,v 1.39.2.17 2008/07/24 16:37:16 michiel Exp $
*/
public class Version {
@@ -56,7 +56,7 @@
* @since MMBase-1.6
*/
public static int getPatchLevel() {
- return 6;
+ return 7;
}
/**
@@ -97,7 +97,7 @@
* @since MMBase-1.6
*/
public static boolean isRelease() {
- return true;
+ return false;
};
/**
@@ -106,7 +106,7 @@
* @since MMBase-1.7
*/
public static String getReleaseStatus() {
- return "final";
+ return "";
};
/**
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs