prepare release

This commit is contained in:
Enno Boland 2018-07-30 13:47:08 +02:00
parent 21e28257d1
commit a5bfc59203
3 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Try and be like autotools configure, but without autotools # Try and be like autotools configure, but without autotools
VERSION=0.52 VERSION=0.53
# Ensure that we do not inherit these from env # Ensure that we do not inherit these from env
OS= OS=

View File

@ -48,7 +48,7 @@
* *
* This header documents the full API for the XBPS Library. * This header documents the full API for the XBPS Library.
*/ */
#define XBPS_API_VERSION "20160206" #define XBPS_API_VERSION "20180730"
#ifndef XBPS_VERSION #ifndef XBPS_VERSION
#define XBPS_VERSION "UNSET" #define XBPS_VERSION "UNSET"

View File

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