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:
Juan RP 2009-10-18 10:23:52 +02:00
parent af58fd7c8e
commit 866e758dd2

View File

@ -38,6 +38,9 @@
#include "sha256.h"
/* Current release version */
#define XBPS_RELVER "0.2.99.1"
/* Default root PATH for xbps to store metadata info. */
#define XBPS_META_PATH "/var/db/xbps"