Skip to content

Changing software version

Victor Agroskin edited this page Mar 20, 2015 · 1 revision

Software version can be set in the file dot15926.py as a variable app_version in appdata_cls.init:

class appdata_cls:

    def __init__(self):
        # defaults here...
        self.app_version         = 1.42
Clone this wiki locally