~ubuntu-branches/ubuntu/trusty/fusionforge/trusty

« back to all changes in this revision

Viewing changes to common/include/FusionForge.class.php

  • Committer: Bazaar Package Importer
  • Author(s): Roland Mas
  • Date: 2011-04-15 14:55:34 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110415145534-mvn1nochufjmw177
Tags: 5.0.3-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
                $this->Error();
37
37
 
38
38
                $this->software_name = 'FusionForge' ;
39
 
                $this->software_version = '5.0.2' ;
 
39
                $this->software_version = '5.0.3' ;
40
40
 
41
41
                return true;
42
42
        }