From 802376b031783c95302fe7368afbce9ba97272f7 Mon Sep 17 00:00:00 2001
From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net>
Date: Sun, 29 Mar 2020 13:12:11 +0700
Subject: [PATCH] [*] Vers update

---
 CMakeLists.txt | 2 +-
 setup.py       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f3cb0d4b..9c35d479 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -80,7 +80,7 @@ else()
     SET( CPACK_PACKAGE_NAME  "${PROJECT_NAME}")
     SET( CPACK_PACKAGE_VERSION_MAJOR 0)
     SET( CPACK_PACKAGE_VERSION_MINOR 9)
-    SET( CPACK_PACKAGE_VERSION_PATCH 10)
+    SET( CPACK_PACKAGE_VERSION_PATCH 12)
 
     add_definitions("-DDAP_VERSION_MAJOR=\"${CPACK_PACKAGE_VERSION_MAJOR}\"")
     add_definitions("-DDAP_VERSION_MINOR=\"${CPACK_PACKAGE_VERSION_MINOR}\"")
diff --git a/setup.py b/setup.py
index 71ae850f..11256e76 100755
--- a/setup.py
+++ b/setup.py
@@ -69,7 +69,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name="CellFrame",
-    version="0.9-post10",
+    version="0.9-post12",
     description="CellFrame SDK",
     author='Demlabs (2007-2020)',
     license="GNU GPLv3",
-- 
GitLab