Skip to content

Commit 0671422

Browse files
committed
kp: version: Bump to 5.0.0
Marks end of hacktoberfest 2022 contributions. It was an incredible month, and I'd want to thank everyone who contributed to Kprofiles over the month. This release includes: Kprofiles: Cleanup and consolidate kp: Add auto kprofiles support for MI DRM Notifier README: Document about Mi DRM notifier support kp: Make kp_mode an unsigned int type variable kp: Make (kp_mode > 3) statement as unlikely kp: reformat with clang-format kp: kp_set_mode(): Handle invalid mode arguments kp: kp_set_mode: Avoid unnecessary checks for arguments Signed-off-by: Dakkshesh <dakkshesh5@gmail.com>
1 parent c01f39b commit 0671422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
*/
55

66
#ifndef KPROFILES_VERSION
7-
#define KPROFILES_VERSION "4.0.2"
7+
#define KPROFILES_VERSION "5.0.0"
88
#endif

0 commit comments

Comments
 (0)