Bump libxbps soname major version.

This commit is contained in:
Juan RP 2012-11-30 07:18:46 +01:00
parent 2a2d2c0ed3
commit 8345070884

View File

@ -1,6 +1,6 @@
-include ../config.mk
LIBXBPS_MAJOR = 0
LIBXBPS_MAJOR = 1
LIBXBPS_MINOR = 0
LIBXBPS_MICRO = 0
LIBXBPS_SHLIB = libxbps.so.$(LIBXBPS_MAJOR).$(LIBXBPS_MINOR).$(LIBXBPS_MICRO)