diff --git a/sbin/lmserv.py b/sbin/lmserv.py index 52ee8634..223f9795 100644 --- a/sbin/lmserv.py +++ b/sbin/lmserv.py @@ -47,7 +47,7 @@ def usage(version_only=False): """) -product_build = 2021111101 +product_build = 2021111102 product_code = 'lm' diff --git a/sbin/sfaserv.py b/sbin/sfaserv.py index c5259594..68720c7e 100644 --- a/sbin/sfaserv.py +++ b/sbin/sfaserv.py @@ -48,7 +48,7 @@ def usage(version_only=False): """) -product_build = 2021111101 +product_build = 2021111102 product_code = 'sfa' diff --git a/sbin/ucserv.py b/sbin/ucserv.py index febcb6b3..32302d96 100644 --- a/sbin/ucserv.py +++ b/sbin/ucserv.py @@ -49,7 +49,7 @@ def usage(version_only=False): """) -product_build = 2021111101 +product_build = 2021111102 product_code = 'uc' diff --git a/update.sh b/update.sh index 3484732a..4b3970c6 100755 --- a/update.sh +++ b/update.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash VERSION=3.4.2 -BUILD=2021111101 +BUILD=2021111102 PYTHON3_MIN=6 if [ -d ./venv ]; then