You found a bug! We've classified it as
EXTJS-14723 .
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.5.0.1.1255: wrong version number in version.properties
5.0.1.1255: wrong version number in version.properties
The version.properties file in the ext-5.0.1.1255 commercial release contains the wrong version number. The full version number seems to be missing the patch number. This:
Code:
...
version.build=1255
version.revision=1189
version.release=5.0.1255
version.full=5.0.1255.${version.revision}
...
Should probably be:Code:
...
version.build=1255
version.revision=1189
version.release=5.0.1.1255
version.full=5.0.1.1255.${version.revision}
...
5.0.1.1255: wrong version number in version.properties
Aucun commentaire:
Enregistrer un commentaire