mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
6d4a891a5f
This has the virtue of not executing python three times during configure just to read the same value of milestone.txt and munge it. We can also remove milestone.py as a happy side effect, so all the milestone computations can be done in init.configure.
14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
# Holds the current milestone.
|
|
# Should be in the format of
|
|
#
|
|
# x.x.x
|
|
# x.x.x.x
|
|
# x.x.x+
|
|
#
|
|
# Referenced by build/moz.configure/init.configure.
|
|
# Hopefully I'll be able to automate replacement of *all*
|
|
# hardcoded milestones in the tree from these two files.
|
|
#--------------------------------------------------------
|
|
|
|
59.0a1
|