summaryrefslogtreecommitdiff
path: root/config/module.df
diff options
context:
space:
mode:
Diffstat (limited to 'config/module.df')
-rw-r--r--config/module.df6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/module.df b/config/module.df
index e8b78485..bc047843 100644
--- a/config/module.df
+++ b/config/module.df
@@ -36,5 +36,7 @@
#
# A module is also called a component or a subsystem.
-MOD_NAME = nspr20
-MOD_VERSION = 4
+MOD_NAME = $(NSPR_MODNAME)
+MOD_VERSION = $(MOD_MAJOR_VERSION)
+MOD_MINOR = $(MOD_MINOR_VERSION)
+MOD_PATCH = $(MOD_REVISION_VERSION)