diff --git a/ChangeLog b/ChangeLog index cb40a71bac0..6d2c2df963b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ -Mon Sep 20 2021 Łukasz Plewa +Fri Sep 24 2021 Łukasz Plewa - * Version 1.9.3-rc2 + * Version 1.9.3 This release fixes a missing sfence in non-temporal version of memcpy function (https://github.com/pmem/pmdk/issues/5292), diff --git a/GIT_VERSION b/GIT_VERSION deleted file mode 100644 index 6002f22fa25..00000000000 --- 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 7349c1bbdbf..046499a48a9 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.9.2 + $ git checkout tags/1.9.3 ``` 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 00000000000..77fee73a8cf --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.9.3