Skip to content

Commit c41813f

Browse files
committed
Fix comment about SOVERSION
1 parent 0b9d67e commit c41813f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Make.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
OS := $(shell uname)
44
# Do not forget to bump SOMINOR when changing VERSION,
5-
# and SOMAJOR when changing API
5+
# and SOMAJOR when breaking ABI in a backward-incompatible way
66
VERSION = 0.4
77
SOMAJOR = 1
88
SOMINOR = 0

0 commit comments

Comments
 (0)