We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ac2d4 commit 9f4c0aaCopy full SHA for 9f4c0aa
README.md
@@ -60,7 +60,7 @@ sudo rogauracore initialize_keyboard
60
61
```
62
sudo apt install libusb-1.0-0 libusb-1.0-0-dev
63
-VERSION=1.3
+VERSION=1.4
64
curl -LOs https://github.com/wroberts/rogauracore/releases/download/$VERSION/rogauracore-$VERSION.tar.gz
65
tar xf rogauracore-$VERSION.tar.gz
66
cd rogauracore-$VERSION/
configure.ac
@@ -1,7 +1,7 @@
1
dnl Process this file with autoconf to produce a configure script.
2
3
AC_PREREQ([2.69])
4
-AC_INIT([rogauracore], [1.3], [[email protected]])
+AC_INIT([rogauracore], [1.4], [[email protected]])
5
AC_CONFIG_SRCDIR([src/rogauracore.c])
6
AC_CONFIG_AUX_DIR(config)
7
AC_CONFIG_HEADERS([config.h])
0 commit comments