From da2505f7ca3ca8f48caad49d600de9f3f03e33aa Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 13 Aug 2024 11:11:09 +0200 Subject: libproperties 0.0.0-alpha.2 --- Makefile | 2 +- config.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 58fbf44..e692115 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SRC = utils/string.c properties-parser.c properties-lexer.c STATIC_OBJ = build/static/utils/string.o build/static/properties-parser.o build/static/properties-lexer.o SHARED_OBJ = build/shared/utils/string.o build/shared/properties-parser.o build/shared/properties-lexer.o -CFLAGS = -DVERSION= +CFLAGS = -DVERSION=${VER} #LFLAGS = -ll -ly LFLAGS = -l:libl.a -l:liby.a diff --git a/config.mk b/config.mk index 5b9e788..9f7b301 100644 --- a/config.mk +++ b/config.mk @@ -1,4 +1,4 @@ -VER = 0.0.0-alpha.1 +VER = 0.0.0-alpha.2 LEX = lex YACC = yacc CC = cc -- cgit v1.2.3