X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-refsell.php;h=750bd4c6769c237341999baa1f52fa8d28cd4877;hp=cd1481289961696dcaddf0560bf7fa1b6d5d72f5;hb=8f37a3b2708cfc4b4ef266f4be813a84511daa8f;hpb=3e285b5aa39afe4f71664090909185a4c71fb625 diff --git a/inc/extensions/ext-refsell.php b/inc/extensions/ext-refsell.php index cd14812899..750bd4c676 100644 --- a/inc/extensions/ext-refsell.php +++ b/inc/extensions/ext-refsell.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')); // This extension is in development (non-productive) enableExtensionProductive(false);