Skip to content

Commit ad6730c

Browse files
committed
Version 2 ; Experience version
1 parent 902b7ee commit ad6730c

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Copyright (C) 2015-2024 CYRIL COURTIAT
33
# Licenses: GPL2
44

5-
COREFREQ_MAJOR = 1
6-
COREFREQ_MINOR = 98
7-
COREFREQ_REV = 8
5+
COREFREQ_MAJOR = 2
6+
COREFREQ_MINOR = 0
7+
COREFREQ_REV = 0
88
HW = $(shell uname -m)
99
CC ?= cc
1010
WARNING = -Wall -Wfatal-errors

ckms.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
[general]
88
name = corefreqk
9-
version = 1.98
9+
version = 2.00
1010
strip = yes
1111
make = gmake
1212
initramfs = no

dkms.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
AUTOINSTALL="yes"
66
## REMAKE_INITRD="no"
77
DRV_PATH=/updates
8-
DRV_VERSION=1.98
8+
DRV_VERSION=2.00
99
PACKAGE_NAME="corefreqk"
1010
PACKAGE_VERSION="$DRV_VERSION"
1111
BUILT_MODULE_NAME[0]="corefreqk"

x86_64/corefreqk.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
* Copyright (C) 2015-2024 CYRIL COURTIAT
44
* Licenses: GPL2
55
*
6+
* Time Capsule[12.24.2024]
7+
* Cyril to Christiane Courtiat
8+
* Love you Mum; rest in peace
9+
*
610
* Upadacitinib [07.29.2024]
711
* Infliximab [11.17.2023]
812
* Vedolizumab [05.25.2023]

0 commit comments

Comments
 (0)