diff options
Diffstat (limited to 'constants.py')
-rw-r--r-- | constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.py b/constants.py index 8e5642610..8365de134 100644 --- a/constants.py +++ b/constants.py @@ -60,6 +60,7 @@ FIRSTBOOT_RECONFIG = 2 # common string needs to be easy to change import product productName = product.productName +productVersion = product.productVersion exceptionText = N_("An unhandled exception has occurred. This " "is most likely a bug. Please copy the " |