Skip to content

Commit 9f4c0aa

Browse files
committed
bump version to 1.4
1 parent 81ac2d4 commit 9f4c0aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sudo rogauracore initialize_keyboard
6060

6161
```
6262
sudo apt install libusb-1.0-0 libusb-1.0-0-dev
63-
VERSION=1.3
63+
VERSION=1.4
6464
curl -LOs https://github.com/wroberts/rogauracore/releases/download/$VERSION/rogauracore-$VERSION.tar.gz
6565
tar xf rogauracore-$VERSION.tar.gz
6666
cd rogauracore-$VERSION/

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ([2.69])
4-
AC_INIT([rogauracore], [1.3], [[email protected]])
4+
AC_INIT([rogauracore], [1.4], [[email protected]])
55
AC_CONFIG_SRCDIR([src/rogauracore.c])
66
AC_CONFIG_AUX_DIR(config)
77
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)