comparison mgallery.inc.php @ 233:e7e9b39f2480 rel-0_9_4

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Mar 2018 11:34:22 +0300
parents e618280253ca
children 028291a78acb
comparison
equal deleted inserted replaced
232:e618280253ca 233:e7e9b39f2480
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.3"; 9 $mgProgVersion = "v0.9.4";
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