3 # ************************************************************
4 # Description : Central location for the MPC version.
5 # Author : Chad Elliott
6 # Create Date : 1/5/2003
7 # ************************************************************
9 # ************************************************************
11 # ************************************************************
15 # ************************************************************
17 # ************************************************************
19 ## This is the starting major and minor version
23 # ************************************************************
25 # ************************************************************
29 ## We only need to do this once
32 ## Here we determine the beta version. The base variable
33 ## is the negated number of existing ChangeLog entries at the
34 ## time of the release of the major and minor version. We then
35 ## add the total number of ChangeLog entries to the base to
36 ## get the beta version.
38 if (open(CLH
, ::getBasePath
() . '/ChangeLog')) {
40 if (/^\w\w\w\s\w\w\w\s/) {
46 ## We then append the beta version number to the version string