You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by li...@apache.org on 2010/10/12 23:41:50 UTC

svn commit: r1021937 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/OldVersions.java

Author: lilywei
Date: Tue Oct 12 21:41:50 2010
New Revision: 1021937

URL: http://svn.apache.org/viewvc?rev=1021937&view=rev
Log:
DERBY-4787 Add 10.6.2.1

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/OldVersions.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/OldVersions.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/OldVersions.java?rev=1021937&r1=1021936&r2=1021937&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/OldVersions.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/OldVersions.java Tue Oct 12 21:41:50 2010
@@ -50,6 +50,7 @@ public class OldVersions
         {10, 5, 1, 1}, // 10.5.1.1 (April 28, 2009 / SVN 764942)
         {10, 5, 3, 0}, // 10.5.3.0 (August 21, 2009 / SVN 802917)
         {10, 6, 1, 0}, // 10.6.1.0 (May 18, 2010/ SVN 938214)
+        {10, 6, 2, 1}, // 10.6.2.1 (Oct 6, 2010/ SVN 999685
     };
 
     /**