Skip to content

Commit

Permalink
Merge pull request #240 from elguero/v1.7.x
Browse files Browse the repository at this point in the history
Adjust build for version 1.7.2 release
  • Loading branch information
displaylink-dkurek authored Dec 9, 2020
2 parents 0c1e9da + 3352473 commit 2d42a8e
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 $(CFLAGS)

LIBVER := 1.7.0
LIBVER := 1.7.2
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 @@ -13,7 +13,7 @@ extern "C" {

#define LIBEVDI_VERSION_MAJOR 1
#define LIBEVDI_VERSION_MINOR 7
#define LIBEVDI_VERSION_PATCH 0
#define LIBEVDI_VERSION_PATCH 2

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

MODVER=1.7.0
MODVER=1.7.2

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.7.0
PACKAGE_VERSION=1.7.2
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_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@

#define DRIVER_NAME "evdi"
#define DRIVER_DESC "Extensible Virtual Display Interface"
#define DRIVER_DATE "20200327"
#define DRIVER_DATE "20201207"

#define DRIVER_MAJOR 1
#define DRIVER_MINOR 7
#define DRIVER_PATCH 0
#define DRIVER_PATCH 2

struct evdi_fbdev;
struct evdi_painter;
Expand Down

0 comments on commit 2d42a8e

Please sign in to comment.