Argh! I updated the version number in the MODULE_DEPEND() thingamagook but

not in the actual MODULE_VERSION().  Pass me the pointy hat.
This commit is contained in:
Dag-Erling Smørgrav 2001-10-19 18:23:51 +00:00
parent 5b41c0773e
commit 32c798f806

View File

@ -388,4 +388,4 @@ static moduledata_t pseudofs_data = {
NULL
};
DECLARE_MODULE(pseudofs, pseudofs_data, SI_SUB_EXEC, SI_ORDER_FIRST);
MODULE_VERSION(pseudofs, 2);
MODULE_VERSION(pseudofs, 3);