New version number
This commit is contained in:
parent
df7d5d6084
commit
31075f6d43
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
name mouse_m908
|
||||
version 2.3-1
|
||||
version 3.0-1
|
||||
architecture any
|
||||
|
||||
summary "Control the Redragon M908 Impact, M709, M711 and M715 gaming mice"
|
||||
|
@ -15,5 +15,5 @@ urls "https://github.com/dokutan/mouse_m908"
|
|||
source-urls "https://github.com/dokutan/mouse_m908"
|
||||
|
||||
provides {
|
||||
mouse_m908 = 2.3-1
|
||||
mouse_m908 = 3.0-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.3\""
|
||||
VERSION_STRING = "\"3.0\""
|
||||
|
||||
# compile
|
||||
build: m908 m709 m711 m715 data_rd.o rd_mouse.o load_config.o mouse_m908.o
|
||||
|
|
Loading…
Reference in a new issue