summaryrefslogtreecommitdiffstats
path: root/Makefile_op
diff options
context:
space:
mode:
authorAttila Veghelyi <works@veghelyiattila.hu>2025-06-09 17:25:22 +0200
committerAttila Veghelyi <works@veghelyiattila.hu>2025-06-09 17:25:22 +0200
commita047db1259d3822b554d300ecc48fb2052bfc849 (patch)
tree87f05bec0b981ab40b24cd887d860b66cad57bd1 /Makefile_op
parent0259dec75bd7b43b0d74fe90ad061f74b5177c86 (diff)
downloadOpenProgrammer-a047db1259d3822b554d300ecc48fb2052bfc849.tar.gz
OpenProgrammer-a047db1259d3822b554d300ecc48fb2052bfc849.zip
Follow version 0.12.4HEADmaster
Diffstat (limited to 'Makefile_op')
-rw-r--r--Makefile_op2
1 files changed, 1 insertions, 1 deletions
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