bumping version to 14.1

This commit is contained in:
Ralf Becker 2014-06-24 09:42:09 +00:00
parent b0bf862007
commit d18fc80ce0

View File

@ -11,7 +11,7 @@
$GLOBALS['egw_info']['template']['pixelegg']['name'] = 'pixelegg'; $GLOBALS['egw_info']['template']['pixelegg']['name'] = 'pixelegg';
$GLOBALS['egw_info']['template']['pixelegg']['title'] = 'Pixelegg'; $GLOBALS['egw_info']['template']['pixelegg']['title'] = 'Pixelegg';
$GLOBALS['egw_info']['template']['pixelegg']['version'] = '1.0'; $GLOBALS['egw_info']['template']['pixelegg']['version'] = '14.1';
$GLOBALS['egw_info']['template']['pixelegg']['author'] = array( $GLOBALS['egw_info']['template']['pixelegg']['author'] = array(
array('name' => 'Stylite AG', 'url' => 'http://www.stylite.de/'), array('name' => 'Stylite AG', 'url' => 'http://www.stylite.de/'),
@ -31,6 +31,6 @@ $GLOBALS['egw_info']['template']['pixelegg']['windowed'] = true;
/* Dependencies for this template to work */ /* Dependencies for this template to work */
$GLOBALS['egw_info']['template']['pixelegg']['depends'][] = array( $GLOBALS['egw_info']['template']['pixelegg']['depends'][] = array(
'appname' => 'jdots', 'appname' => 'jdots',
'versions' => Array('1.0') 'versions' => Array('14.1')
); );