From 1926ffb8f3f5f0617b3b3ed32029d437c272f187 Mon Sep 17 00:00:00 2001
From: Piotr Balcer <piotr.balcer@intel.com>
Date: Fri, 3 Jul 2020 11:33:43 +0200
Subject: [PATCH] common: 1.9 release

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

diff --git a/ChangeLog b/ChangeLog
index f528bdd73..9c5db9396 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-Fri Jun 19 2020 Piotr Balcer <piotr.balcer@intel.com>
+Fri Jul 3 2020 Piotr Balcer <piotr.balcer@intel.com>
 
-	* Version 1.9-rc1
+	* Version 1.9
 
 	This release:
 	- Switches the default instruction set for memcpy, memmove and memset
@@ -14,6 +14,7 @@ Fri Jun 19 2020 Piotr Balcer <piotr.balcer@intel.com>
 	transactions.
 	- Improves performance of pool creation on Windows by avoiding expensive
 	physical page allocation during file allocation.
+	- Stabilizes support for ppc64.
 
 	Other changes:
 	- pmem: mem[cpy|set] optimization when eADR is available
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 ed4a3157a..4ff16896e 100644
--- a/README.md
+++ b/README.md
@@ -166,7 +166,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.8
+	$ git checkout tags/1.9
 ```
 
 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..2e0e38c63
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+1.9
-- 
GitLab