mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
15 lines
338 B
Plaintext
15 lines
338 B
Plaintext
# Holds the current milestone.
|
|
# Should be in the format of
|
|
#
|
|
# x.x.x
|
|
# x.x.x.x
|
|
# x.x.x+
|
|
#
|
|
# Referenced by milestone.pl.
|
|
# Hopefully I'll be able to automate replacement of *all*
|
|
# hardcoded milestones in the tree from these two files.
|
|
#--------------------------------------------------------
|
|
|
|
MILESTONE=1.9a1
|
|
MILESTONE_EM=1.7+
|