From 57bbaf08b9c3329f9dc9d3e34f92e5a56d5191e9 Mon Sep 17 00:00:00 2001
From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net>
Date: Wed, 30 Oct 2019 14:56:12 +0700
Subject: [PATCH] [+] More in .gitignore [*] Rised version in .pro and
 debian/changelog

---
 .gitignore                                              | 3 +++
 CellFrameDashboardGUI/CellFrameDashboardGUI.pro         | 2 +-
 CellFrameDashboardService/CellFrameDashboardService.pro | 2 +-
 debian/changelog                                        | 7 +++++++
 4 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 37a650308..cfb0b8c5c 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 65b84e5c3..1c1a4fd9c 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 8d5e4079a..ead43f269 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 2e99e4914..e525e5c5b 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
-- 
GitLab