blob: 219f8552980645f3dc0c6d64b20e66fa6e90bce5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Holds the current milestone.
# Should be in the format of
#
# x.x.x
# x.x.x.x
# x.x.x+
#
# Referenced by milestone.py.
# Hopefully I'll be able to automate replacement of *all*
# hardcoded milestones in the tree from these two files.
#--------------------------------------------------------
4.1.9
|