diff --git a/fbt_options.py b/fbt_options.py index a1b6032b2..2cd82501d 100644 --- a/fbt_options.py +++ b/fbt_options.py @@ -19,7 +19,7 @@ DEBUG = 0 # If OS environment has DIST_SUFFIX set, it will be used instead # How about we add the timestamp automatically. Solves some problems -DIST_SUFFIX = f"XFW-0048_{datetime.datetime.today().strftime('%d%m%Y')}" +DIST_SUFFIX = f"XFW-0049_{datetime.datetime.today().strftime('%d%m%Y')}" # Coprocessor firmware COPRO_OB_DATA = "scripts/ob.data" diff --git a/scripts/version.py b/scripts/version.py index a3732f56b..987fd9b96 100755 --- a/scripts/version.py +++ b/scripts/version.py @@ -1,5 +1,5 @@ #!/usb/bin/env python3 -VERSION = "XFW-0048" +VERSION = "XFW-0049" import json import os