New version number
This commit is contained in:
parent
8ef209f8bd
commit
e493ade2a9
1 changed files with 1 additions and 1 deletions
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 = "\"3.0\""
|
||||
VERSION_STRING = "\"3.1\""
|
||||
|
||||
# compile
|
||||
build: m908 m709 m711 m715 generic data_rd.o rd_mouse.o load_config.o mouse_m908.o
|
||||
|
|
Loading…
Reference in a new issue