0.0.0 shall be our first version
[mailer.git] / inc / extensions / ext-coupon.php
index 2f223f2fb21cb4e1973de35abc456708c919bfaa..b092481bb7da48b1c60cc7bd6c8aea4824d71a53 100644 (file)
@@ -43,10 +43,10 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Version number
-setThisExtensionVersion('0.0');
+setThisExtensionVersion('0.0.0');
 
 // Version history array (add more with , '0.1' and so on)
-setExtensionVersionHistory(array('0.0'));
+setExtensionVersionHistory(array('0.0.0'));
 
 switch (getExtensionMode()) {
        case 'register': // Do stuff when installtion is running