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