mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 03:15:33 +00:00
As of 14.0, `resources/build/build-utils.sh` defines the build variables: ``` ``` The go/linux links need an #.# version so this PR changes from __majorversion__ to __releaseversion__.
3 lines
111 B
Python
3 lines
111 B
Python
from .version import __version__
|
|
from .version import __majorversion__
|
|
from .version import __releaseversion__
|