0.0.0 shall be our first version
[mailer.git] / inc / extensions / ext-demo.php
index ad9ffedd5827b54440d8d71ba307268e408d3e0e..9d5fb45508a214384d1cac7a235facb42d2adf01 100644 (file)
@@ -43,8 +43,8 @@ if (!defined('__SECURITY')) {
 // Version number
 setThisExtensionVersion('0.0.1');
 
-// Version history array (add more with , '0.1.0' and so on)
-setExtensionVersionHistory(array('0.0', '0.0.1'));
+// Version history array (add more with , '0.0.1' and so on)
+setExtensionVersionHistory(array('0.0.0', '0.0.1'));
 
 // This extension is in development (non-productive)
 enableExtensionProductive(false);