Also version XBPS_PKGINDEX to 1.7.

This commit is contained in:
Juan RP 2013-03-05 07:34:37 +01:00
parent e36bedb036
commit 5533259557

View File

@ -48,7 +48,7 @@
*/ */
#define XBPS_PKGINDEX_VERSION "1.7" #define XBPS_PKGINDEX_VERSION "1.7"
#define XBPS_API_VERSION "20130304" #define XBPS_API_VERSION "20130305"
#ifndef XBPS_VERSION #ifndef XBPS_VERSION
#define XBPS_VERSION "UNSET" #define XBPS_VERSION "UNSET"
@ -99,7 +99,7 @@
* @def XBPS_PKGINDEX * @def XBPS_PKGINDEX
* Filename for the repository package index property list. * Filename for the repository package index property list.
*/ */
#define XBPS_PKGINDEX "index.plist" #define XBPS_PKGINDEX "index-" XBPS_PKGINDEX_VERSION ".plist"
/** /**
* @def XBPS_PKGINDEX_FILES * @def XBPS_PKGINDEX_FILES