comparison mgallery.inc.php @ 259:c95fdce46842 rel-0_9_7

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Dec 2018 17:27:44 +0200
parents 3af3b3f50cb0
children 92ce2185bbb3
comparison
equal deleted inserted replaced
258:c5a5899f4869 259:c95fdce46842
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.5"; 9 $mgProgVersion = "v0.9.7";
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