0.0.0 shall be our first version
[mailer.git] / inc / extensions / ext-autoreg.php
index 8fae4541be46fec082b59f2247e2b9ff0f6f1061..becf3ffa13fbd27fb86cb611c589f4de6d391447 100644 (file)
@@ -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);