|
From: Jamie C. <jca...@we...> - 2006-03-27 06:16:18
|
On 26/Mar/2006 12:03 Grant Peel wrote .. > Hi all, > > I have some custom modules. They all use the standard webmin provisions > ... > with a few hacks. > > How does one assing a version to a particular module such that when changes > are made, and new module installed, a month later we can look back and > see > what 'version' of the module is being used? You should add a line to its module.info file like : version=1.0 This will then show up in the Webmin Configuration -> Webmin Modules page, when the list of installed modules is displayed. - Jamie |