|
@@ -17,7 +17,7 @@
|
|
|
*/
|
|
|
|
|
|
/**
|
|
|
- * \file build/generate_filecheck_xml.php
|
|
|
+ * \file build/generate_filelist_xml.php
|
|
|
* \ingroup dev
|
|
|
* \brief This script create a xml checksum file
|
|
|
*/
|
|
@@ -68,6 +68,12 @@ while ($i < $argc)
|
|
|
$i++;
|
|
|
}
|
|
|
|
|
|
+// If release is auto, we take current version
|
|
|
+if ($release == 'auto')
|
|
|
+{
|
|
|
+ $release = DOL_VERSION;
|
|
|
+}
|
|
|
+
|
|
|
if (empty($includecustom))
|
|
|
{
|
|
|
if (DOL_VERSION != $release)
|