1
0
Fork 0

Make sure the SOURCE_VERSION works with version_compare against 2.0.0

pull/9471/head
Jordi Boggiano 2020-11-12 15:12:46 +01:00
parent cfb3b85454
commit 45f7036745
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Composer
const VERSION = '@package_version@';
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
const RELEASE_DATE = '@release_date@';
const SOURCE_VERSION = '2.0-dev+source';
const SOURCE_VERSION = '2.0.999-dev+source';
/**
* Version number of the internal composer-runtime-api package