New version number

This commit is contained in:
dokutan 2020-06-16 19:18:39 +02:00
parent 7a2097a283
commit 5d3c34eed7
2 changed files with 2 additions and 2 deletions

View file

@ -15,5 +15,5 @@ urls "https://github.com/dokutan/mouse_m908"
source-urls "https://github.com/dokutan/mouse_m908"
provides {
mouse_m908 = 2.0-1
mouse_m908 = 2.1-1
}

View file

@ -10,7 +10,7 @@ CC_OPTIONS := -Wall -Wextra -O2 `pkg-config --cflags libusb-1.0`
LIBS != pkg-config --libs libusb-1.0
# version string
VERSION_STRING = "\"2.0\""
VERSION_STRING = "\"2.1\""
# compile
build: constructor.o data.o getters.o helpers.o load_config.o setters.o writers.o readers.o mouse_m908.o