From a047db1259d3822b554d300ecc48fb2052bfc849 Mon Sep 17 00:00:00 2001 From: Attila Veghelyi Date: Mon, 9 Jun 2025 17:25:22 +0200 Subject: Follow version 0.12.4 --- Makefile_op | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile_op') diff --git a/Makefile_op b/Makefile_op index 792653f..90ddb07 100644 --- a/Makefile_op +++ b/Makefile_op @@ -1,5 +1,5 @@ # equivalent to #define in c code -VERSION = 0.12.0 +VERSION = 0.12.4 CC = gcc CFLAGS = '-DVERSION="$(VERSION)"' -w -Os -s #size #CFLAGS = -w -O3 -s -- cgit v1.2.3-54-g00ecf