context FEATURE allow custom content-id in yang-library data
diff --git a/src/schema_compile.c b/src/schema_compile.c
index 16ffe3d..0877fea 100644
--- a/src/schema_compile.c
+++ b/src/schema_compile.c
@@ -1600,7 +1600,7 @@
     }
 
     /* context will be changed */
-    ++mod->ctx->module_set_id;
+    ++mod->ctx->change_count;
 
     sp = mod->parsed;