summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-Reflect-rpm.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-15 10:31:42 +0200
committerRemi Collet <remi@remirepo.net>2019-04-15 10:31:42 +0200
commitd7fa062ad0a2b29325ec0d407c9e47bddfb5d72b (patch)
treea2df12496e94efdd5550df914d4a546e3a966911 /php-bartlett-PHP-Reflect-rpm.patch
parent99c3a010408b9630c4846664be9d056e175fb786 (diff)
update to 5.0.0-beta1HEADmaster
Diffstat (limited to 'php-bartlett-PHP-Reflect-rpm.patch')
-rw-r--r--php-bartlett-PHP-Reflect-rpm.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-bartlett-PHP-Reflect-rpm.patch b/php-bartlett-PHP-Reflect-rpm.patch
index fd17d4c..21a316f 100644
--- a/php-bartlett-PHP-Reflect-rpm.patch
+++ b/php-bartlett-PHP-Reflect-rpm.patch
@@ -71,7 +71,7 @@ diff -up ./src/Reflect/Presentation/Console/Application.php.rpm ./src/Reflect/Pr
- $version = 'UNKNOWN';
- }
- parent::__construct($name, $version);
-+ parent::__construct($name, @VERSION@);
++ parent::__construct($name, "@VERSION@");
$this->baseDir = dirname(dirname(dirname(dirname(__DIR__))));
}