This commit is contained in:
ed 2022-05-13 01:44:00 +02:00
parent 0143380306
commit c110ccb9ae

View file

@ -1,8 +1,8 @@
# coding: utf-8 # coding: utf-8
VERSION = (1, 2, 9) VERSION = (1, 2, 10)
CODENAME = "ftp btw" CODENAME = "ftp btw"
BUILD_DT = (2022, 5, 12) BUILD_DT = (2022, 5, 13)
S_VERSION = ".".join(map(str, VERSION)) S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)