[Comoblog-commit] comoblog/modules/mod_markup/install mod_markup.xml,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-11-13 12:35:36
|
Update of /cvsroot/comoblog/comoblog/modules/mod_markup/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31904/modules/mod_markup/install Modified Files: mod_markup.xml Log Message: CORE: Introduce a new module versioning framework to allow us to track module compatability during install and upgrade Index: mod_markup.xml =================================================================== RCS file: /cvsroot/comoblog/comoblog/modules/mod_markup/install/mod_markup.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mod_markup.xml 9 Oct 2005 06:54:28 -0000 1.2 +++ mod_markup.xml 13 Nov 2005 12:35:27 -0000 1.3 @@ -5,6 +5,14 @@ <name> mod_markup </name> + + <version>1.0</version> + + <minimum_supported>1.0</minimum_supported> + + <certified> + 1.0 + </certified> <description> Post filter module that implements WikiPedia style markup on incoming posts |