Update versions

master3.3
Mike Hiretsky 12 years ago
parent 075dcd1896
commit 340d48cfb5

@ -80,16 +80,16 @@ class _terms(_error, _shareTermsFunction):
Split version. Version, addition letter, list suffixes with version, Split version. Version, addition letter, list suffixes with version,
revision. revision.
Examples: Examples:
2.2.24 3.0.0_beta2
("2.2.24","",[],"") ("3.0.0_beta2","",[],"")
2.2.24-r1 3.0.0_beta2-r1
("2.2.24","",[],"r1") ("3.0.0_beta2","",[],"r1")
2.2.24a-r1 3.0.0_beta2a-r1
("2.2.24","a",[],"r1") ("3.0.0_beta2","a",[],"r1")
2.2.24a_rc1-r1 3.0.0_beta2a_rc1-r1
("2.2.24","a",[("rc","1")],"r1") ("3.0.0_beta2","a",[("rc","1")],"r1")
2.2.24a_rc1_p20111212-r1 3.0.0_beta2a_rc1_p20111212-r1
("2.2.24","a",[("rc1","1"),("p","20111212")],"r1") ("3.0.0_beta2","a",[("rc1","1"),("p","20111212")],"r1")
""" """
# get revision from version # get revision from version
strWorkVersion, spl, rVersion = strVersion.rpartition("-") strWorkVersion, spl, rVersion = strVersion.rpartition("-")

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "2.2.24" __version__ = "3.0.0_beta2"
__app__ = "calculate-lib" __app__ = "calculate-lib"
import sys, os, stat, re import sys, os, stat, re

Loading…
Cancel
Save