From d1004087e56a431c2f86768b6561f7f93c0151be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sun, 15 Apr 2012 12:55:22 +0200 Subject: [PATCH] Adding headline to build-script. --- build.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.php b/build.php index 18933f2..203f246 100755 --- a/build.php +++ b/build.php @@ -8,6 +8,11 @@ * @license Creative Commons Attribution-NonCommercial-ShareAlike * @package be.bastelstu.wcf.chat */ +$packageXML = file_get_contents('package.xml'); +preg_match('/(.*?)<\/version>/', $packageXML, $matches); +echo "Building Tims Chat $matches[1]\n"; +echo str_repeat("=", strlen("Building Tims Chat $matches[1]"))."\n"; + echo <<