comparison mgallery.inc.php @ 241:474d88b8188b rel-0_9_5

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 28 Mar 2018 13:52:41 +0300
parents 028291a78acb
children 3af3b3f50cb0
comparison
equal deleted inserted replaced
240:dee1a11e71e9 241:474d88b8188b
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.4"; 9 $mgProgVersion = "v0.9.5";
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