New version number
This commit is contained in:
parent
7a2097a283
commit
5d3c34eed7
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
2
makefile
2
makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue