Let's say it's v0.3
This commit is contained in:
parent
b03bc51b2a
commit
aa83e2277a
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ steps:
|
|||
image: alpine:3
|
||||
commands:
|
||||
- echo "FIX ME"
|
||||
- apk update && apk add libusb-dev make gcc musl-dev
|
||||
- apk update && apk add libusb-dev make gcc musl-dev argp-standalone
|
||||
- make
|
||||
- mkdir -p /builds/argbColors
|
||||
- cp bin/argbColors /builds/argbColors/
|
||||
|
|
|
@ -8,7 +8,7 @@ enum separate_options {
|
|||
B1, B2, B3, B4, B5, B6
|
||||
};
|
||||
|
||||
const char *argp_program_version = "argb-color 0.2\n\n\
|
||||
const char *argp_program_version = "argb-color 0.3\n\n\
|
||||
License: GNU GPL version 3 or newer <https://gnu.org/licenses/gpl.html>.\n\
|
||||
Dmitry Isaenko, 2025, Russia.\n\
|
||||
https://redrise.ru, https://github.com/developersu";
|
||||
|
|
Loading…
Reference in a new issue