Просмотр исходного кода

- version date change to reflect the build release date

Marius Stanciu 6 лет назад
Родитель
Сommit
0d1e960c1c
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      FlatCAMApp.py
  2. 2 2
      README.md

+ 1 - 1
FlatCAMApp.py

@@ -97,7 +97,7 @@ class App(QtCore.QObject):
     # Version and VERSION DATE ###########
     # Version and VERSION DATE ###########
     # ####################################
     # ####################################
     version = 8.920
     version = 8.920
-    version_date = "2019/07/21"
+    version_date = "2019/07/31"
     beta = True
     beta = True
 
 
     # current date now
     # current date now

+ 2 - 2
README.md

@@ -15,9 +15,9 @@ CAD program, and create G-Code for Isolation routing.
 - fixed bug that crashed the app when trying to add a tool without a tool diameter value
 - fixed bug that crashed the app when trying to add a tool without a tool diameter value
 - Spanish Google translation at 77%
 - Spanish Google translation at 77%
 - changed the Disable plots menu entry in the context menu, into a Toggle Visibility menu entry
 - changed the Disable plots menu entry in the context menu, into a Toggle Visibility menu entry
-- Spanish Google translation 100% but two strings (big ones)
+- Spanish Google translation 100% but two strings (big ones) - needs review
 - added two more strings to translation strings (due of German language)
 - added two more strings to translation strings (due of German language)
-- completed the Russian translation using the Google and Yandex translation engines
+- completed the Russian translation using the Google and Yandex translation engines (minus two big strings) - needs review
 
 
 28.07.2019
 28.07.2019