Update of /var/cvs/src/org/mmbase
In directory james.mmbase.org:/tmp/cvs-serv20773
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.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- Version.java 29 Oct 2008 20:51:51 -0000 1.47
+++ Version.java 29 Oct 2008 20:57:14 -0000 1.48
@@ -17,7 +17,7 @@
*
* @author Daniel Ockeloen
* @author Michiel Meeuwissen
- * @version $Id: Version.java,v 1.47 2008/10/29 20:51:51 michiel Exp $
+ * @version $Id: Version.java,v 1.48 2008/10/29 20:57:14 michiel Exp $
*/
public class Version {
@@ -63,7 +63,7 @@
* @since MMBase-1.6
*/
public static int getPatchLevel() {
- return 0;
+ return 1;
}
/**
@@ -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 "final";
+ return "";
};
/**
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs