Make sure the SOURCE_VERSION works with version_compare against 2.0.0
parent
cfb3b85454
commit
45f7036745
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue