Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed Jun 15, 2021
1 parent 80c2b5d commit d815c0d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -15,7 +15,7 @@ HID_REBIND = $(DESTDIR)/lib/udev/hid-rebind
DIGIMEND_DEBUG = $(DESTDIR)/usr/sbin/digimend-debug
XORG_CONF := $(DESTDIR)/usr/share/X11/xorg.conf.d/50-digimend.conf
PACKAGE_NAME = digimend-kernel-drivers
PACKAGE_VERSION = 10
PACKAGE_VERSION = 11
PACKAGE = $(PACKAGE_NAME)-$(PACKAGE_VERSION)
DKMS_MODULES_NAME = digimend
DKMS_MODULES = $(DKMS_MODULES_NAME)/$(PACKAGE_VERSION)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
digimend-dkms (11) unstable; urgency=low

* Bump version number.

-- Nikolai Kondrashov <spbnick@gmail.com> Tue, 15 Jun 2021 14:08:41 +0300

digimend-dkms (10) unstable; urgency=low

* Add support for Huion tilt reporting protocol.
Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="digimend"
PACKAGE_VERSION="10"
PACKAGE_VERSION="11"
AUTOINSTALL="yes"
MAKE[0]="make KVERSION=$kernelver"
BUILT_MODULE_NAME[0]="hid-kye"
Expand Down
2 changes: 1 addition & 1 deletion hid-kye.c
Expand Up @@ -792,4 +792,4 @@ static struct hid_driver kye_driver = {
module_hid_driver(kye_driver);

MODULE_LICENSE("GPL");
MODULE_VERSION("10");
MODULE_VERSION("11");
2 changes: 1 addition & 1 deletion hid-polostar.c
Expand Up @@ -212,4 +212,4 @@ static struct hid_driver polostar_driver = {
module_hid_driver(polostar_driver);

MODULE_LICENSE("GPL");
MODULE_VERSION("10");
MODULE_VERSION("11");
2 changes: 1 addition & 1 deletion hid-uclogic-core.c
Expand Up @@ -557,4 +557,4 @@ module_hid_driver(uclogic_driver);
MODULE_AUTHOR("Martin Rusko");
MODULE_AUTHOR("Nikolai Kondrashov");
MODULE_LICENSE("GPL");
MODULE_VERSION("10");
MODULE_VERSION("11");
2 changes: 1 addition & 1 deletion hid-viewsonic.c
Expand Up @@ -125,4 +125,4 @@ static struct hid_driver viewsonic_driver = {
module_hid_driver(viewsonic_driver);

MODULE_LICENSE("GPL");
MODULE_VERSION("10");
MODULE_VERSION("11");

0 comments on commit d815c0d

Please sign in to comment.