You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
261 B
14 lines
261 B
2 weeks ago
|
diff --git a/Makefile b/Makefile
|
||
|
index 021f285..65274f3 100644
|
||
|
--- a/Makefile
|
||
|
+++ b/Makefile
|
||
|
@@ -4,7 +4,7 @@
|
||
|
|
||
|
default: build/debug/mujs build/debug/mujs-pp
|
||
|
|
||
|
-SOVERSION = 1
|
||
|
+SOVERSION = 0.1
|
||
|
|
||
|
CFLAGS = -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter
|
||
|
|