summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-08-13 11:11:09 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-08-13 11:11:09 +0200
commitda2505f7ca3ca8f48caad49d600de9f3f03e33aa (patch)
tree358f4f3d0af69b4393ab7f953312de5853c4124a
parent4e5fcd691545ea51d17a2aa8accfc89d303c3d9f (diff)
downloadproperties-0.0.0-alpha.2.tar.gz
properties-0.0.0-alpha.2.zip
libproperties 0.0.0-alpha.2v0.0.0-alpha.2
-rw-r--r--Makefile2
-rw-r--r--config.mk2
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