Revision: 4027
Author: [email protected]
Date: Tue Dec  7 08:42:04 2010
Log: Updated the version number and release notes for the 1.0.5 release of Architect.
http://code.google.com/p/power-architect/source/detail?r=4027

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

=======================================
--- /trunk/doc/ReleaseNotes.txt Fri Aug 20 14:00:29 2010
+++ /trunk/doc/ReleaseNotes.txt Tue Dec  7 08:42:04 2010
@@ -1,5 +1,11 @@
 SQL Power Architect Community Edition Release Notes

+1.0.5
+  Bug Fixes:
+    * Fixed the JDBC driver panel to properly save the modified drivers.
+    * Comments do not lose new line characters
+    * Corrected the label layout on relationships.
+
 1.0.0
   Validation:
* There is now a critic manager window that allows users to specify what validations apply
=======================================
--- /trunk/src/main/java/ca/sqlpower/architect/ArchitectVersion.java Fri Dec 3 14:48:29 2010 +++ /trunk/src/main/java/ca/sqlpower/architect/ArchitectVersion.java Tue Dec 7 08:42:04 2010
@@ -53,7 +53,7 @@
* back to 0 when the minor version changes. All versions under the same
      * minor version number are fully compatible with each other.
      */
-    public static final String APP_VERSION_TINY   = "3";
+    public static final String APP_VERSION_TINY   = "5";

     /**
* Suffixes indicate pre-release builds. They normally progress from "alpha"

Reply via email to