Browse Source

Fix comment about SOVERSION

Milan Bouchet-Valat 10 years ago
parent
commit
c41813f64b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Make.inc

+ 1 - 1
Make.inc

@@ -2,7 +2,7 @@
 
 OS := $(shell uname)
 # Do not forget to bump SOMINOR when changing VERSION,
-# and SOMAJOR when changing API
+# and SOMAJOR when breaking ABI in a backward-incompatible way
 VERSION = 0.4
 SOMAJOR = 1
 SOMINOR = 0