comparison mgallery.inc.php @ 70:111d7cfd9a11 rel-0_7_2

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Sep 2016 16:50:28 +0300
parents 7777887bc515
children fcfd635d7abf
comparison
equal deleted inserted replaced
69:7777887bc515 70:111d7cfd9a11
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-2016 Tecnic Software productions (TNSP) 6 // (C) Copyright 2015-2016 Tecnic Software productions (TNSP)
7 // 7 //
8 8
9 $mgProgVersion = "v0.7.1"; 9 $mgProgVersion = "v0.7.2";
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-2016 Tecnic Software productions (TNSP)"; 12 $mgProgCopyright = "2015-2016 Tecnic Software productions (TNSP)";
13 13
14 14