|
From: <cro...@li...> - 2005-04-08 11:27:14
|
Module Name: CFJavaEditor
Committed By: avogl
Date: Fri Apr 8 11:27:06 UTC 2005
Modified Files:
CFJavaEditor/src/cfeditor: IGUIConstants.java
Log Message:
Increased JavaEditor version number to 0.986.
This was long overdue, tons of changes have happened
since last version.
Anyone developing the editor, fell free to increase the version
number when it seems fit.
Start of context diffs
Index: CFJavaEditor/src/cfeditor/IGUIConstants.java
diff -c CFJavaEditor/src/cfeditor/IGUIConstants.java:1.16 CFJavaEditor/src/cfeditor/IGUIConstants.java:1.17
*** CFJavaEditor/src/cfeditor/IGUIConstants.java:1.16 Sun Jan 9 14:05:35 2005
--- CFJavaEditor/src/cfeditor/IGUIConstants.java Fri Apr 8 04:27:05 2005
***************
*** 36,42 ****
public interface IGUIConstants {
/** Version number of the CFJavaEditor <br>
* should be increased when a certain amount of changes happened */
! public static final String VERSION = "0.985";
/** Internal version number of the included online-documentation <br>
* increasing the number causes an automated popup of the docu
--- 36,42 ----
public interface IGUIConstants {
/** Version number of the CFJavaEditor <br>
* should be increased when a certain amount of changes happened */
! public static final String VERSION = "0.986";
/** Internal version number of the included online-documentation <br>
* increasing the number causes an automated popup of the docu
|