From 5b21904a257eff47f2e87fcbf2de46111f03ddd8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Plewa?= <lukasz.plewa@intel.com>
Date: Fri, 24 Sep 2021 16:49:06 +0200
Subject: [PATCH] common: 1.11.1 release

---
 ChangeLog   | 4 ++--
 GIT_VERSION | 1 -
 README.md   | 2 +-
 VERSION     | 1 +
 4 files changed, 4 insertions(+), 4 deletions(-)
 delete mode 100644 GIT_VERSION
 create mode 100644 VERSION

diff --git a/ChangeLog b/ChangeLog
index 2c27bf36a..42167d13e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-Wed Sep 08 2020 Łukasz Plewa <lukasz.plewa@intel.com>
+Fri Sep 24 2020 Łukasz Plewa <lukasz.plewa@intel.com>
 
-	* Version 1.11.1-rc1
+	* Version 1.11.1
 
 	This release fixes a missing sfence in non-temporal
 	version of memcpy function
diff --git a/GIT_VERSION b/GIT_VERSION
deleted file mode 100644
index 6002f22fa..000000000
--- a/GIT_VERSION
+++ /dev/null
@@ -1 +0,0 @@
-$Format:%h$
\ No newline at end of file
diff --git a/README.md b/README.md
index 68debde7a..b921d637e 100644
--- a/README.md
+++ b/README.md
@@ -178,7 +178,7 @@ To build from source, clone this tree:
 
 For a stable version, checkout a [release tag](https://github.com/pmem/pmdk/releases) as follows. Otherwise skip this step to build the latest development release.
 ```
-	$ git checkout tags/1.11.0
+	$ git checkout tags/1.11.1
 ```
 
 Once the build system is setup, the Persistent Memory Development Kit is built using the `make` command at the top level:
diff --git a/VERSION b/VERSION
new file mode 100644
index 000000000..720c7384c
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+1.11.1
-- 
GitLab