0.0.0 shall be our first version
[mailer.git] / inc / extensions / ext-logs.php
index 7d2ee275ee4bce59568a7bfb7a5d963200be7378..097503cfbfb98e558986bb5495ee05302681816c 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'));
 
 switch (getExtensionMode()) {
        case 'register': // Do stuff when installation is running