diff --git a/sounds/Makefile b/sounds/Makefile index 7bb0e2610f..31e2753a00 100644 --- a/sounds/Makefile +++ b/sounds/Makefile @@ -149,3 +149,9 @@ install: $(SOUNDS_DIR)/en $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(MOH_DIR) $(CORE_SO uninstall: rm -rf $(SOUNDS_DIR) rm -rf $(MOH_DIR) + +core_sounds_version: + @echo $(CORE_SOUNDS_VERSION) + +extra_sounds_version: + @echo $(EXTRA_SOUNDS_VERSION)