Ver código fonte

Fix comment about SOVERSION

Milan Bouchet-Valat 10 anos atrás
pai
commit
c41813f64b
1 arquivos alterados com 1 adições e 1 exclusões
  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