diff options
Diffstat (limited to 'Application')
-rw-r--r-- | Application/Views/Desktop/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Application/Views/Desktop/footer.php b/Application/Views/Desktop/footer.php index 8970590..842687b 100644 --- a/Application/Views/Desktop/footer.php +++ b/Application/Views/Desktop/footer.php @@ -31,7 +31,7 @@ <a href="<?php echo $this->baseUrl."/contact/index/$lang";?>">contact</a> </div> </div> <!--fine footer--> - <div style="padding:5px 0px;font-size:12px;">h-node.org is a hardware database project. It runs the <a href="http://savannah.nongnu.org/projects/h-source/">h-source</a> PHP software, version SVN-387, available under the GNU General Public (GPLv3) License.</div> + <div style="padding:5px 0px;font-size:12px;">h-node.org is a hardware database project. It runs the <a href="http://savannah.nongnu.org/projects/h-source/">h-source</a> PHP software, commit HEAD, available under the GNU General Public (GPLv3) License.</div> <div style="padding:5px 0px;font-size:12px;"><a href="<?php echo $this->baseUrl;?>/static/licenses.html" rel="jslicense">JavaScript license information</a> </div> </div> <!--fine container--> |