Fix version string
This commit is contained in:
parent
3e8a21a1e9
commit
a8b9535abf
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 = "2.0"
|
||||
VERSION_STRING = "\"2.0\""
|
||||
|
||||
# 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