1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-06 16:16:39 +02:00

Updating version information

This commit is contained in:
Mikael Roos
2015-09-01 16:53:02 +02:00
parent d8090e7531
commit de942268c9
2 changed files with 7 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
*
*/
$version = "v0.7.2 (2015-08-17)";
$version = "v0.7.3 (2015-09-01)";
@@ -796,10 +796,6 @@ if ($outputFormat == 'ascii') {
$defaultOptions['customCharacterSet'] = $characterString;
}
//var_dump($options);
//var_dump($defaultOptions);
//exit;
$img->setAsciiOptions($defaultOptions);
}