Skip to content

Commit

Permalink
Version up.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Mar 25, 2024
1 parent 5fb4e47 commit 9bc7220
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MODULE_NAME = akvcam
MODULE_VERSION = 1.2.5
MODULE_VERSION = 1.2.6
KERNEL_ROOT ?= $(shell realpath /lib/modules/$(shell uname -r))
KERNEL_DIR ?= $(KERNEL_ROOT)/build
COPY = cp -f
Expand Down
2 changes: 1 addition & 1 deletion src/dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="akvcam"
PACKAGE_VERSION="1.2.5"
PACKAGE_VERSION="1.2.6"

MAKE[0]="make KERNEL_DIR=${kernel_source_dir} all"
CLEAN="make clean"
Expand Down
2 changes: 1 addition & 1 deletion src/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ module_exit(akvcam_uninit)
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Gonzalo Exequiel Pedone");
MODULE_DESCRIPTION(AKVCAM_DRIVER_DESCRIPTION);
MODULE_VERSION("1.2.5");
MODULE_VERSION("1.2.6");

0 comments on commit 9bc7220

Please sign in to comment.