Skip to content

Commit 5e42a00

Browse files
committed
Bump DKMS version to 2.0.0
1 parent c59fca1 commit 5e42a00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

patches/linux_uio/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
KDIR := /lib/modules/$(shell uname -r)/build
22
VERSION := $(shell uname -r)-$(shell cat uio_pci_dma.h | grep UIO_PCI_DMA_VERSION | cut -d\" -f2)
3-
DKMS_VERSION := 1.2.0
3+
DKMS_VERSION := 2.0.0
44
DKMS_DIR=pda-kadapter-dkms-${DKMS_VERSION}
55

66
all: prepare

patches/linux_uio/dkms.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PACKAGE_VERSION="1.2.0"
1+
PACKAGE_VERSION="2.0.0"
22

33
# Items below here should not have to change with each driver version
44
PACKAGE_NAME="pda-kadapter-dkms"

patches/linux_uio/pda_kadapter_dkms.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define module pda-kadapter-dkms
2-
%define version 1.2.0
2+
%define version 2.0.0
33

44
Summary: PDA kernel adapter DKMS package
55
Name: %{module}

0 commit comments

Comments
 (0)