diff options
author | Ondrej Čerman | 2020-02-16 19:36:56 +0100 |
---|---|---|
committer | Ondrej Čerman | 2020-02-16 19:36:56 +0100 |
commit | 5829e505ada8a3a70e6c0ebf695e9a6a718a9e88 (patch) | |
tree | 51af4377b87c56aa074964d69abbfe3a5bac68ee | |
parent | 024a09a8f2840caf1c854172443affc092852f6a (diff) |
Version 0.1.9v0.1.9
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | zenpower.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -VERSION := 0.1.8 +VERSION := 0.1.9 TARGET := $(shell uname -r) DKMS_ROOT_PATH := /usr/src/zenpower-$(VERSION) @@ -38,7 +38,7 @@ MODULE_DESCRIPTION("AMD ZEN family CPU Sensors Driver"); MODULE_AUTHOR("Ondrej Čerman"); MODULE_LICENSE("GPL"); -MODULE_VERSION("0.1.8"); +MODULE_VERSION("0.1.9"); #ifndef PCI_DEVICE_ID_AMD_17H_DF_F3 |