Revision: 4022
Author: [email protected]
Date: Fri Dec  3 14:36:54 2010
Log: Added a check box to let users disable the auto check from the dialog that appears when the app automatically checked for a new version.
http://code.google.com/p/power-architect/source/detail?r=4022

Modified:
 /trunk/src/main/java/ca/sqlpower/architect/ArchitectVersion.java

=======================================
--- /trunk/src/main/java/ca/sqlpower/architect/ArchitectVersion.java Fri Dec 3 12:58:29 2010 +++ /trunk/src/main/java/ca/sqlpower/architect/ArchitectVersion.java Fri Dec 3 14:36:54 2010
@@ -40,13 +40,13 @@
* complete and can remain stable for a period of time. Until then, we will
      * leave the major version at 0 and all bets are off.
      */
-    public static final String APP_VERSION_MAJOR  = "1";
+    public static final String APP_VERSION_MAJOR  = "0";

     /**
* Minor version number. This changes when new features appear that might
      * break forward compatibility.
      */
-    public static final String APP_VERSION_MINOR  = "0";
+    public static final String APP_VERSION_MINOR  = "9";

     /**
* Tiny version number. This number changes with each release, but resets

Reply via email to