Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / source / Version.html
index 3d77e5d..8ee1455 100644 (file)
 (function() {
 
 // Current core version
-var version = '4.0.0', Version;
+var version = '4.0.2', Version;
     Ext.Version = Version = Ext.extend(Object, {
 
 <span id='Ext-Version-method-constructor'>        /**
-</span>         * @constructor
-         * @param {String/Number} version The version number in the follow standard format: major[.minor[.patch[.build[release]]]]
+</span>         * @param {String/Number} version The version number in the follow standard format: major[.minor[.patch[.build[release]]]]
          * Examples: 1.0 or 1.2.3beta or 1.2.3.4RC
          * @return {Ext.Version} this
-         * @param version
          */
         constructor: function(version) {
             var parts, releaseStartIndex;