~ubuntu-branches/ubuntu/raring/mricron/raring

« back to all changes in this revision

Viewing changes to .pc/debian_version/common/define_types.pas

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2011-10-16 11:45:31 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20111016114531-ovo6isg8ak6q4dkg
Tags: 0.20110812.1~dfsg.1-1
* New upstream.
* Rename npm to mricron-npm to prevent filename conflict with the
  npm package (Closes: #623509).
* Bumped Standards-version to 3.9.2, no changes necessary.
* Fix typo in lintian override.
* Remove duplicate upstream changelog from package.
* Add patch to use recent lazarus version's API for GTK.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        SysUtils,classes,IniFiles,
19
19
        {$IFDEF GUI} forms,userdir, dialogs;{$ELSE} dialogsx;{$ENDIF}
20
20
const
21
 
     kMRIcronVers = 'April 13 2011';
 
21
     kMRIcronVers = 'Aug 12 2011';
22
22
     NaN : double = 1/0;
23
23
     kMagicDouble : double = -111666222;
24
24
     kTxtFilter = 'Text (*.txt)|*.txt;*.csv|Comma Separated (*.csv)|*.csv';
1334
1334
      RESULT := false;
1335
1335
END;
1336
1336
 
1337
 
end.
 
 
b'\\ No newline at end of file'
 
1337
end.