From f832b925ae7eb6cd802111293ca2806eb3eec32e Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 14 Mar 2025 15:25:39 +0100
Subject: [PATCH] add amcli version in build readme file

---
 build.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/build.php b/build.php
index 2b0ad23..91b8e35 100755
--- a/build.php
+++ b/build.php
@@ -84,8 +84,11 @@ _exec("cp \"$OUTFILE\" '$OUTFILE2'");
 _h1("Create readme");
 $readme="{$OUTFILE2}__README.md";
 $versionSPC=system("$SPC --version");
+
+$versionAmcli=system("php $INFILE --version");
+
 file_put_contents($readme, 
-    "# Build infos
+    "# Build infos $versionAmcli
 
 Date        : $sBuildDate
 
-- 
GitLab