xbps_api.h: aded XBPS_RELVER definition that returns the current
version of xbps (utils and libraries). Will be used by xbps-src in the future to require a minimal version. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091018082352-7m4nd0psac5vplg8
This commit is contained in:
parent
af58fd7c8e
commit
866e758dd2
@ -38,6 +38,9 @@
|
|||||||
|
|
||||||
#include "sha256.h"
|
#include "sha256.h"
|
||||||
|
|
||||||
|
/* Current release version */
|
||||||
|
#define XBPS_RELVER "0.2.99.1"
|
||||||
|
|
||||||
/* Default root PATH for xbps to store metadata info. */
|
/* Default root PATH for xbps to store metadata info. */
|
||||||
#define XBPS_META_PATH "/var/db/xbps"
|
#define XBPS_META_PATH "/var/db/xbps"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user