Let's say it's v0.3

This commit is contained in:
Dmitry Isaenko 2025-05-11 17:58:49 +03:00
parent b03bc51b2a
commit aa83e2277a
2 changed files with 2 additions and 2 deletions

View file

@ -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/

View file

@ -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";