comparison mgallery.inc.php @ 59:3059296c9914

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Sep 2016 13:52:14 +0300
parents 8477b7cf04cc
children 7777887bc515
comparison
equal deleted inserted replaced
58:8477b7cf04cc 59:3059296c9914
2 // 2 //
3 // Yet Another Image Gallery 3 // Yet Another Image Gallery
4 // (C) Copyright 2015-2016 Tecnic Software productions (TNSP) 4 // (C) Copyright 2015-2016 Tecnic Software productions (TNSP)
5 // 5 //
6 6
7 $mgProgVersion = "v0.7.0"; 7 $mgProgVersion = "v0.7.1";
8 $mgProgInfo = "Programmed by Matti 'ccr' Hamalainen"; 8 $mgProgInfo = "Programmed by Matti 'ccr' Hamalainen";
9 $mgProgEmail = "<ccr@tnsp.org>"; 9 $mgProgEmail = "<ccr@tnsp.org>";
10 $mgProgCopyright = "2015-2016 Tecnic Software productions (TNSP)"; 10 $mgProgCopyright = "2015-2016 Tecnic Software productions (TNSP)";
11 11
12 12