build: tag 1.1.0
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I887f6c57dc16cd697061b995beab4a236a6a6964
This commit is contained in:
parent
50c41fa883
commit
7306bbc625
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
||||||
PROJECT_NAME = chroma
|
PROJECT_NAME = chroma
|
||||||
VERSION = 1.0.1
|
VERSION = 1.1.0
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
SRCDIR = src
|
SRCDIR = src
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#define CHROMA_VERSION_H
|
#define CHROMA_VERSION_H
|
||||||
|
|
||||||
#ifndef CHROMA_VERSION
|
#ifndef CHROMA_VERSION
|
||||||
#define CHROMA_VERSION "1.0.1"
|
#define CHROMA_VERSION "1.1.0"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // CHROMA_VERSION_H
|
#endif // CHROMA_VERSION_H
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "chroma";
|
pname = "chroma";
|
||||||
version = "1.0.1";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fs.toSource {
|
src = fs.toSource {
|
||||||
root = s;
|
root = s;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue