aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--zenpower.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b65a051..e8b9c0f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION := 0.1.5
+VERSION := 0.1.6
TARGET := $(shell uname -r)
DKMS_ROOT_PATH := /usr/src/zenpower-$(VERSION)
diff --git a/zenpower.c b/zenpower.c
index 718c614..dc2c8b8 100644
--- a/zenpower.c
+++ b/zenpower.c
@@ -6,7 +6,7 @@
MODULE_DESCRIPTION("AMD ZEN family CPU Sensors Driver");
MODULE_AUTHOR("Ondrej Čerman");
MODULE_LICENSE("GPL");
-MODULE_VERSION("0.1.5");
+MODULE_VERSION("0.1.6");
// based on k10temp - GPL - (c) 2009 Clemens Ladisch <clemens@ladisch.de>
//