From: gggeek <giunta.gaetano@gmail.com>
Date: Thu, 31 Dec 2020 15:05:39 +0000 (+0000)
Subject: tag for release
X-Git-Tag: 4.5.0~5
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e9b8461bd99a446f5e11696b2dac7e0b842380c9;p=plcapi.git

tag for release
---

diff --git a/.travis.yml b/.travis.yml
index c9da95fd..8dc6e60e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,7 +54,7 @@ before_script:
 script:
     - ./vendor/bin/phpunit -v $PHPUNIT_OPTS tests
     - python3 extras/test.py
-    - python3 extras/test.pl
+    - perl extras/test.pl
 
 after_failure:
   # Troubleshoot test env build problems
diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php
index 28b1dee0..181d676b 100644
--- a/src/PhpXmlRpc.php
+++ b/src/PhpXmlRpc.php
@@ -78,7 +78,7 @@ class PhpXmlRpc
     public static $xmlrpc_internalencoding = "UTF-8";
 
     public static $xmlrpcName = "XML-RPC for PHP";
-    public static $xmlrpcVersion = "4.5-dev";
+    public static $xmlrpcVersion = "4.5.0";
 
     // let user errors start at 800
     public static $xmlrpcerruser = 800;
diff --git a/tests/ci/setup/setup_perl.sh b/tests/ci/setup/setup_perl.sh
index cf4253de..102f6774 100644
--- a/tests/ci/setup/setup_perl.sh
+++ b/tests/ci/setup/setup_perl.sh
@@ -4,6 +4,8 @@
 
 # Has to be run as admin
 
+# @todo test in the VM env: do we need any ubuntu dev packages ?
+
 set -e
 
 DEBIAN_FRONTEND=noninteractive apt-get install -y \