comparison mgallery.inc.php @ 137:8554ba02ff7e

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Sep 2017 14:44:44 +0300
parents b1134ff9256b
children 18061527d1cd
comparison
equal deleted inserted replaced
136:b1134ff9256b 137:8554ba02ff7e
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-2017 Tecnic Software productions (TNSP) 6 // (C) Copyright 2015-2017 Tecnic Software productions (TNSP)
7 // 7 //
8 8
9 $mgProgVersion = "v0.8.6"; 9 $mgProgVersion = "v0.8.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-2017 Tecnic Software productions (TNSP)"; 12 $mgProgCopyright = "2015-2017 Tecnic Software productions (TNSP)";
13 13
14 14