From dd4cd9e0343bb54f02b6469e7e3bc4117b159550 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Thu, 22 Dec 2016 21:39:18 +0100 Subject: [PATCH] increment version number --- _define.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_define.php b/_define.php index 19a4a19..c640898 100755 --- a/_define.php +++ b/_define.php @@ -26,7 +26,7 @@ $this->registerModule( /* Name */ "YASH Fork", /* Description*/ "Fork of Yet Another Syntax Highlighter. Modification: Juste one javascript called on public pages for yash3", /* Author */ "Forked and modified by Gnieark, origin Pep and contributors", - /* Version */ '0.7.1', + /* Version */ '0.8', array( /* Dependencies */ 'requires' => array(array('core','2.9')), /* Permissions */ 'permissions' => 'usage,contentadmin',