Skip to content

Commit

Permalink
Set evdi version to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
displaylink-emajewsk committed Jul 13, 2022
1 parent dbe48b0 commit ae5b3d0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion library/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RM ?= rm
DEPS = evdi_ioctl.h
CFLAGS := -I../module -std=gnu99 -fPIC -D_FILE_OFFSET_BITS=64 $(CFLAGS)

LIBVER := 1.11.0
LIBVER := 1.12.0
LIBABI := 0

PREFIX ?= /usr/local
Expand Down
2 changes: 1 addition & 1 deletion library/evdi_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extern "C" {
#endif

#define LIBEVDI_VERSION_MAJOR 1
#define LIBEVDI_VERSION_MINOR 11
#define LIBEVDI_VERSION_MINOR 12
#define LIBEVDI_VERSION_PATCH 0

struct evdi_lib_version {
Expand Down
2 changes: 1 addition & 1 deletion module/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ CP ?= cp
DKMS ?= dkms
RM ?= rm

MODVER=1.11.0
MODVER=1.12.0

ifeq ($(KVER),)
KVER := $(shell uname -r)
Expand Down
2 changes: 1 addition & 1 deletion module/dkms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

PACKAGE_NAME="evdi"
PACKAGE_VERSION=1.11.0
PACKAGE_VERSION=1.12.0
AUTOINSTALL=yes

MAKE[0]="make all INCLUDEDIR=/lib/modules/$kernelver/build/include KVERSION=$kernelver DKMS_BUILD=1"
Expand Down
4 changes: 2 additions & 2 deletions module/evdi_platform_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ struct platform_device_info;

#define DRIVER_NAME "evdi"
#define DRIVER_DESC "Extensible Virtual Display Interface"
#define DRIVER_DATE "20220412"
#define DRIVER_DATE "20220713"

#define DRIVER_MAJOR 1
#define DRIVER_MINOR 11
#define DRIVER_MINOR 12
#define DRIVER_PATCH 0

void evdi_platform_remove_all_devices(struct device *device);
Expand Down

0 comments on commit ae5b3d0

Please sign in to comment.