Skip to content

Commit

Permalink
Properly mark installer as a GNU/Linux only installer. Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Aug 26, 2021
1 parent 39077f3 commit efe302a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
akvcam 1.2.2:

- Properly mark installer as a GNU/Linux only installer.

akvcam 1.2.1:

- Fixed 'Swap Read and Blue' control.
Expand Down
1 change: 1 addition & 0 deletions package_info.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ license = COPYING
licenseName = GNU General Public License v2.0 or later
script = ports/deploy/installscript.posix.qs
changeLog = ChangeLog
pkgTargetPlatform = linux
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.1
MODULE_VERSION = 1.2.2
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.1"
PACKAGE_VERSION="1.2.2"

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.1");
MODULE_VERSION("1.2.2");

0 comments on commit efe302a

Please sign in to comment.