Version 8.3 for Windows.

This commit is contained in:
Juan Pablo Caram
2015-02-22 17:34:57 -05:00
parent 873db32aad
commit 476f1e5858
3 changed files with 28 additions and 18 deletions

View File

@@ -59,7 +59,7 @@ class App(QtCore.QObject):
log.addHandler(handler)
## Version
version = 8.2
version = 8.3
version_date = "2015/02"
## URL for update checks and statistics
@@ -436,7 +436,9 @@ class App(QtCore.QObject):
####################
### Other setups ###
####################
# Sets up FlatCAMObj, FCProcess and FCProcessContainer.
self.setup_obj_classes()
self.setup_recent_items()
self.setup_component_editor()
@@ -2589,6 +2591,9 @@ class App(QtCore.QObject):
"""
FlatCAMObj.app = self
FCProcess.app = self
FCProcessContainer.app = self
def version_check(self):
"""
Checks for the latest version of the program. Alerts the