diff --git a/ChangeLog b/ChangeLog index 2c27bf36aceb4338e2eb24b6b09e17e0692c88f9..42167d13e22b045d41520ea9c5ca2281151f7fc1 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 6002f22fa25c9e2fcd8f2467681ebd2aa29cb3c6..0000000000000000000000000000000000000000 --- 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 68debde7aa4cb76ff608785fe9f2bec188b0bdaf..b921d637e1daa7c125fb141c7d30ca7781c5e0d3 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 0000000000000000000000000000000000000000..720c7384c6195b916c795feaddb08bbe023d183c --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.11.1