mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Doctrine\ORM\Version::VERSION not up to date #5389
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PetrHeinz on GitHub (Jan 20, 2017).
Originally assigned to: @Majkl578 on GitHub.
I have noticed that constant Doctrine\ORM\Version::VERSION is not up to date in v2.5.5 and v2.5.6
See:
https://github.com/doctrine/doctrine2/blob/v2.5.4/lib/Doctrine/ORM/Version.php - correct 2.5.4
https://github.com/doctrine/doctrine2/blob/v2.5.5/lib/Doctrine/ORM/Version.php - incorrect 2.5.5-DEV
https://github.com/doctrine/doctrine2/blob/v2.5.6/lib/Doctrine/ORM/Version.php - incorrect 2.5.5-DEV
@Ocramius commented on GitHub (Jan 20, 2017):
Urgh, I hate that silly version thing. I never remember to update it :-\
@PetrHeinz commented on GitHub (Jan 20, 2017):
I would recommend automation of releasing new versions (for commiting two changes of Version.php and creating a tag) - that would solve it in the future.
@Ocramius commented on GitHub (Jan 20, 2017):
We have that, I just didn't use it because of the huge amount of
repositories I work with, so I forget which ones have automation, and which
don't.
On 20 Jan 2017 6:27 p.m., "Petr Heinz" notifications@github.com wrote:
@Majkl578 commented on GitHub (Dec 20, 2017):
Closing this, as of Doctrine 3.0 there won't be any Version class needing manual updates.