- date changed

This commit is contained in:
Marius Stanciu
2019-02-22 03:28:56 +02:00
committed by Marius S
parent 18f38999c4
commit 60b08dfec5
2 changed files with 5 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ class App(QtCore.QObject):
# Version # Version
version = 8.910 version = 8.910
version_date = "2019/02/23" version_date = "2019/02/22"
beta = True beta = True
# current date now # current date now

View File

@@ -9,6 +9,10 @@ CAD program, and create G-Code for Isolation routing.
================================================= =================================================
22.02.2019
-
21.02.2019 21.02.2019
- added protection against creating CNCJob from an empty Geometry object (with no geometry inside) - added protection against creating CNCJob from an empty Geometry object (with no geometry inside)