1
0
Fork 0
mirror of https://github.com/lrsjng/h5ai synced 2025-12-29 04:02:21 +01:00

Change version info.

This commit is contained in:
Lars Jung 2015-05-06 14:17:44 +02:00
parent 90d337a51f
commit e3603cfec1

View file

@ -37,7 +37,7 @@ modulejs.define('main/info', ['$', 'config'], function ($, config) {
addTest(
'h5ai version', 'Only green if this is an official h5ai release',
setup.VERSION.indexOf('+') < 0, setup.VERSION
/^\d+\.\d+\.\d+$/.test(setup.VERSION), setup.VERSION
);
addTest(