commit: cff25eb606b7ba3f6be13c9fe74bf2561147c4b8
parent 09efa60340524cfb39fc764db0e6c064a5ee50d6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 17 Apr 2024 22:38:41 +0200
Makefile: set VERSION to 1.0.8 to sync with upstream
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2023 Haelwenn (lanodan) Monnier
# SPDX-License-Identifier: MIT
-VERSION = 0.0.1
+VERSION = 1.0.8
CC ?= cc
CFLAGS ?= -O2 -g -Wall -Wextra