diff --git a/.gitignore b/.gitignore index 37a650308873d9d1aa9dde110dfcd0f09b4a5f07..cfb0b8c5c0afe114827c357c07675d9c148113c4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ install_manifest.txt compile_commands.json CTestTestfile.cmake *.user* +*.o +*.obj +moc_* diff --git a/CellFrameDashboardGUI/CellFrameDashboardGUI.pro b/CellFrameDashboardGUI/CellFrameDashboardGUI.pro index 65b84e5c3c28067773b0e0b1d722e77ee8f2885b..1c1a4fd9c59aa48617ecb4a87e162a5cd0548ae9 100755 --- a/CellFrameDashboardGUI/CellFrameDashboardGUI.pro +++ b/CellFrameDashboardGUI/CellFrameDashboardGUI.pro @@ -13,7 +13,7 @@ TARGET = $$BRAND VER_MAJ = 1 VER_MIN = 6 -VER_PAT = 2 +VER_PAT = 3 win32 { diff --git a/CellFrameDashboardService/CellFrameDashboardService.pro b/CellFrameDashboardService/CellFrameDashboardService.pro index 8d5e4079a96a5f7c07a6eb4c970d614db99c40ec..ead43f2695337625710bd05b94b586976c829d33 100755 --- a/CellFrameDashboardService/CellFrameDashboardService.pro +++ b/CellFrameDashboardService/CellFrameDashboardService.pro @@ -14,7 +14,7 @@ TARGET = $${BRAND}Service VER_MAJ = 1 VER_MIN = 6 -VER_PAT = 2 +VER_PAT = 3 ICON = icon.ico diff --git a/debian/changelog b/debian/changelog index 2e99e49140cad9913d08d80e628da212cf3cc92c..e525e5c5b8091cd6d71048339690221c4d5ed1bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cellframe-dashboard (1.2-3) development; urgency=high + + * New functions summary build + * + + -- Naeper <naeper@uriil> Wed, 30 Oct 2019 14:55:36 +0700 + cellframe-dashboard (1.2-0) development; urgency=medium * Refactored the package