blob: 1ddb8b2a45925e36bb473461bab008f3a097ced9 (
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.8.1
|