Skip to content

Commit 956df74

Browse files
committed
Update version
Update version to 0.1.0. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
1 parent f47cda0 commit 956df74

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ Run a workload and monitor `lpmd` to ensure it puts the system in the appropriat
9292

9393
## Releases
9494

95+
### Release 0.1.0
96+
- Add support for Panther Lake
97+
9598
### Release 0.0.9
9699

97100
- Fix lpmd from processing HFI/WLT updates when it is not in auto mode.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ(1.0)
22

33
m4_define([lpmd_major_version], [0])
4-
m4_define([lpmd_minor_version], [0.9])
4+
m4_define([lpmd_minor_version], [1.0])
55
m4_define([lpmd_version],
66
[lpmd_major_version.lpmd_minor_version])
77

0 commit comments

Comments
 (0)