chore: bump version; add version management targets

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6e48eced0a604c9d3bd6f4f317f4d5236a6a6964
This commit is contained in:
raf 2025-11-01 18:38:11 +03:00
commit 9b42e70054
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 62 additions and 10 deletions

3
include/chroma.h vendored
View file

@ -12,7 +12,8 @@
#include <wayland-client.h>
#include <wayland-egl.h>
#define CHROMA_VERSION "1.0.0"
#include "chroma_version.h"
#define MAX_OUTPUTS 16
#define MAX_PATH_LEN 4096
#define CONFIG_FILE_NAME "chroma.conf"