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

Made &lossless part of the generated cache filename.

This commit is contained in:
Mikael Roos
2016-08-09 13:22:33 +02:00
parent c5de59a754
commit 2337dbe94c
5 changed files with 13 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<?php
// Version of cimage and img.php
define("CIMAGE_VERSION", "v0.7.16 (2016-08-09)");
define("CIMAGE_VERSION", "v0.7.17 (2016-08-09)");
// For CRemoteImage
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);