Index: trunk/extensions/SemanticForms/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Semantic Forms 0.4]] |
| 2 | +[[Semantic Forms 0.4.1]] |
3 | 3 | |
4 | 4 | Contents: |
5 | 5 | * Disclaimer |
Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | * Global functions and constants for Semantic Forms. |
5 | 5 | */ |
6 | 6 | |
7 | | -define('SF_VERSION','0.4'); |
| 7 | +define('SF_VERSION','0.4.1'); |
8 | 8 | |
9 | 9 | $wgExtensionFunctions[] = 'sfgSetupExtension'; |
10 | 10 | |