0.0.0 shall be our first version
[mailer.git] / inc / extensions / ext-primera.php
index 4da3f6c559c0f2fa3c2fa04088f473759ba9ee9e..f16e3637118b7771f2cc7430a979822117fea6fa 100644 (file)
@@ -43,10 +43,10 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Version of this extension
-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);