From 0245d75eaf0f6106c86a7926a45fdf2149e37eaa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20=C5=9Alusarz?= <marcin.slusarz@intel.com>
Date: Fri, 31 Jan 2020 12:42:27 +0100
Subject: [PATCH] common: 1.8 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 995bdba76..3305e2abb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-Wed Jan 29 2020 Marcin Åšlusarz <marcin.slusarz@intel.com>
+Fri Jan 31 2020 Marcin Åšlusarz <marcin.slusarz@intel.com>
 
-	* Version 1.8-rc2
+	* Version 1.8
 
 	This release:
 	- Introduces new API in libpmemobj for user-assisted defragmentation
diff --git a/GIT_VERSION b/GIT_VERSION
deleted file mode 100644
index f59cc05cb..000000000
--- a/GIT_VERSION
+++ /dev/null
@@ -1 +0,0 @@
-$Format:%h %d$
\ No newline at end of file
diff --git a/README.md b/README.md
index b2788436b..fc22b5401 100644
--- a/README.md
+++ b/README.md
@@ -165,7 +165,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.7
+	$ git checkout tags/1.8
 ```
 
 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..625934097
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+1.8
-- 
GitLab