0.0.0 shall be our first version
[mailer.git] / inc / extensions / ext-timezone.php
index 23ff51440aef5c10cf63e0a7c7c684b9c730af6e..bb372aa5ed1536de53d92d05c6dcf2a9642652cf 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'));
 
 // Keep this extension always active!
 setExtensionAlwaysActive('Y');