chore: bump version; add version management targets
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6e48eced0a604c9d3bd6f4f317f4d5236a6a6964
This commit is contained in:
parent
3d42f75052
commit
9b42e70054
3 changed files with 62 additions and 10 deletions
3
include/chroma.h
vendored
3
include/chroma.h
vendored
|
|
@ -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"
|
||||
|
|
|
|||
6
include/chroma_version.h
Normal file
6
include/chroma_version.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef CHROMA_VERSION_H
|
||||
#define CHROMA_VERSION_H
|
||||
|
||||
#define CHROMA_VERSION "1.0.1"
|
||||
|
||||
#endif // CHROMA_VERSION_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue