1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-07 22:37:22 +02: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(