1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-04 15:17:42 +02:00

Prepare to tag

This commit is contained in:
Mikael Roos
2021-10-27 11:40:40 +02:00
parent adeca3f9f9
commit bb60001c36
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ $config = array(
// Version of cimage and img.php // Version of cimage and img.php
define("CIMAGE_VERSION", "v0.8.1 (2020-06-08)"); define("CIMAGE_VERSION", "v0.8.2 (2021-10-27)");
// For CRemoteImage // For CRemoteImage
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION); define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);

View File

@@ -38,7 +38,7 @@ $config = array(
// Version of cimage and img.php // Version of cimage and img.php
define("CIMAGE_VERSION", "v0.8.1 (2020-06-08)"); define("CIMAGE_VERSION", "v0.8.2 (2021-10-27)");
// For CRemoteImage // For CRemoteImage
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION); define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);

File diff suppressed because one or more lines are too long