From f59da33c6843ee0bea7922867d78ab1145564ad2 Mon Sep 17 00:00:00 2001 From: LC Date: Mon, 9 Oct 2023 14:51:18 +0200 Subject: [PATCH] Version 2.5 --- module/album/album.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/album/album.php b/module/album/album.php index 89ff88e..9823c16 100644 --- a/module/album/album.php +++ b/module/album/album.php @@ -5,7 +5,7 @@ */ setlocale(LC_NUMERIC,'English','en_US','en_US.UTF-8'); class album extends common { - const VERSION = '2.4b'; + const VERSION = '2.5'; const REALNAME = 'Album Photo'; const DELETE = true; const UPDATE = '0.0';