Show More
@@ -23,9 +23,8 b' _version_major = 0' | |||||
23 | _version_minor = 13 |
|
23 | _version_minor = 13 | |
24 | _version_micro = '' # use '' for first of series, number for 1 and above |
|
24 | _version_micro = '' # use '' for first of series, number for 1 and above | |
25 | #_version_extra = 'dev' |
|
25 | #_version_extra = 'dev' | |
26 | _version_extra = 'beta1' |
|
|||
27 | #_version_extra = 'rc1' |
|
26 | #_version_extra = 'rc1' | |
28 |
|
|
27 | _version_extra = '' # Uncomment this for full releases | |
29 |
|
28 | |||
30 | # Construct full version string from these. |
|
29 | # Construct full version string from these. | |
31 | _ver = [_version_major, _version_minor] |
|
30 | _ver = [_version_major, _version_minor] |
General Comments 0
You need to be logged in to leave comments.
Login now