comparison mgallery.inc.php @ 219:0073439eff6d rel-0_9_3

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Mar 2018 21:23:20 +0200
parents f3098855ad58
children 77e72455c99f
comparison
equal deleted inserted replaced
218:024b22f8401a 219:0073439eff6d
4 // -- Common functions and data include 4 // -- Common functions and data include
5 // Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org> 5 // Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
6 // (C) Copyright 2015-2018 Tecnic Software productions (TNSP) 6 // (C) Copyright 2015-2018 Tecnic Software productions (TNSP)
7 // 7 //
8 8
9 $mgProgVersion = "v0.9.2"; 9 $mgProgVersion = "v0.9.3";
10 $mgProgInfo = "Programmed by Matti 'ccr' Hamalainen"; 10 $mgProgInfo = "Programmed by Matti 'ccr' Hamalainen";
11 $mgProgEmail = "<ccr@tnsp.org>"; 11 $mgProgEmail = "<ccr@tnsp.org>";
12 $mgProgCopyright = "2015-2018 Tecnic Software productions (TNSP)"; 12 $mgProgCopyright = "2015-2018 Tecnic Software productions (TNSP)";
13 13
14 14