prepare release
This commit is contained in:
parent
21e28257d1
commit
a5bfc59203
2
configure
vendored
2
configure
vendored
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Try and be like autotools configure, but without autotools
|
||||
|
||||
VERSION=0.52
|
||||
VERSION=0.53
|
||||
|
||||
# Ensure that we do not inherit these from env
|
||||
OS=
|
||||
|
@ -48,7 +48,7 @@
|
||||
*
|
||||
* This header documents the full API for the XBPS Library.
|
||||
*/
|
||||
#define XBPS_API_VERSION "20160206"
|
||||
#define XBPS_API_VERSION "20180730"
|
||||
|
||||
#ifndef XBPS_VERSION
|
||||
#define XBPS_VERSION "UNSET"
|
||||
|
@ -1,6 +1,6 @@
|
||||
-include ../config.mk
|
||||
|
||||
LIBXBPS_MAJOR = 2
|
||||
LIBXBPS_MAJOR = 3
|
||||
LIBXBPS_MINOR = 0
|
||||
LIBXBPS_MICRO = 0
|
||||
LIBXBPS_SHLIB = libxbps.so.$(LIBXBPS_MAJOR).$(LIBXBPS_MINOR).$(LIBXBPS_MICRO)
|
||||
|
Loading…
Reference in New Issue
Block a user