]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Bump RPMDB_COOKIE_VERSION as we added SOLVABLE_PREREQ_IGNOREINST
authorMichael Schroeder <mls@suse.de>
Sat, 9 Apr 2016 11:21:53 +0000 (13:21 +0200)
committerMichael Schroeder <mls@suse.de>
Sat, 9 Apr 2016 11:21:53 +0000 (13:21 +0200)
ext/repo_rpmdb.c

index 308cfe59f7a0e1198d86f033840c160c30137b61..5cda891e3ccc23b7fc50bfc5cc7941ebb3a243e5 100644 (file)
@@ -54,7 +54,8 @@
 /* 3: added triggers */
 /* 4: fixed triggers */
 /* 5: fixed checksum copying */
-#define RPMDB_COOKIE_VERSION 5
+/* 6: add SOLVABLE_PREREQ_IGNOREINST support */
+#define RPMDB_COOKIE_VERSION 6
 
 #define TAG_NAME               1000
 #define TAG_VERSION            1001