0.0.0 shall be our first version
[mailer.git] / inc / extensions / ext-maintenance.php
index 37a8ab02cecfd1ed8900e96234461f594de26428..748fd00097378a29d22d30a48703c4167d5fce9c 100644 (file)
@@ -43,8 +43,8 @@ if (!defined('__SECURITY')) {
 // Version number
 setThisExtensionVersion('0.0.6');
 
-// Version history array (add more with , '0.1.0' and so on)
-setExtensionVersionHistory(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6'));
+// Version history array (add more with , '0.0.1' and so on)
+setExtensionVersionHistory(array('0.0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6'));
 
 // Keep this extension always active!
 setExtensionAlwaysActive('Y');