X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-validator.php;h=ee01fad0e723f0ae2322b28df8fc663ff1350938;hp=9ceaf1dcad9c209e43890945bfd1d248236eb887;hb=8f37a3b2708cfc4b4ef266f4be813a84511daa8f;hpb=964a3b539e335f6d70e7779630fd3d25fd38398d diff --git a/inc/extensions/ext-validator.php b/inc/extensions/ext-validator.php index 9ceaf1dcad..ee01fad0e7 100644 --- a/inc/extensions/ext-validator.php +++ b/inc/extensions/ext-validator.php @@ -41,10 +41,10 @@ if (!defined('__SECURITY')) { } // END - if // Version number -setThisExtensionVersion('0.0'); +setThisExtensionVersion('0.0.0'); -// Version history array (add more with , '0.1.0' and so on) -setExtensionVersionHistory(array('0.0')); +// Version history array (add more with , '0.0.1' and so on) +setExtensionVersionHistory(array('0.0.0')); switch (getExtensionMode()) { case 'register': // Do stuff when installation is running