This is an autogenerated patch header for a single-debian-patch file. The
delta against upstream is either kept as a single patch, or maintained
in some VCS, and exported as a single patch instead of more manageable
atomic patches.

--- ipmctl-03.00.00.0485.orig/CMakeLists.txt
+++ ipmctl-03.00.00.0485/CMakeLists.txt
@@ -46,7 +46,7 @@ else()
   endif()
 
   if(NOT GIT_FOUND OR ${GIT_RETURN_CODE})
-    set(IPMCTL_VERSION_STRING ${IPMCTL_VERSION_MAJOR}.${IPMCTL_VERSION_MINOR}.${IPMCTL_VERSION_PATCH}.0483)
+    set(IPMCTL_VERSION_STRING ${IPMCTL_VERSION_MAJOR}.${IPMCTL_VERSION_MINOR}.${IPMCTL_VERSION_PATCH}.0485)
   endif()
 endif()
 
--- ipmctl-03.00.00.0485.orig/README.md
+++ ipmctl-03.00.00.0485/README.md
@@ -43,7 +43,7 @@ A corrected version is being developed a
 
 02.00.00.xxxx  (master_2_0 branch) is for Intel Optane Persistent Memory 200 Series (and is backwards compatible with 100 series) 
 
-03.00.00.xxxx  (master_3_0 branch) is for Intel Optane Persistent Memory 300 Series (and is backwards compatible with both the 100 and 200 series
+03.00.00.xxxx  (master_3_0 branch) is the latest version and supports all series of Intel Optane Persistent Memory.
 
 **Note**: Branches may differ fundamentally. Please pay close attention to README.md of the respective branch.
 
@@ -82,21 +82,17 @@ It can be found here https://github.com/
 ### building latest (03.00.00.xxxx) on Linux
 1. clone the ipmctl and edk2 repositories:
 
-`git clone -b development https://github.com/intel/ipmctl.git`
+`git clone -b master https://github.com/intel/ipmctl.git`
 
 `git clone https://github.com/tianocore/edk2.git`
 
 `cd ipmctl`
 
-2. Give execution permissions to the .sh files:
-
-`chmod +x *.sh`
-
-4. Run updateedk.sh, this will copy relevant folders from edk2 into ipmctl
+2. Run updateedk.sh, this will copy relevant folders from edk2 into ipmctl
 
 `./updateedk.sh`
 
-5. Build the ipmctl rpms specifying the version number to use
+3. Build the ipmctl rpms specifying the version number to use
 
 `./rpmbuild.sh 03.00.00.1234`
 
