~ubuntu-branches/ubuntu/utopic/mricron/utopic

« back to all changes in this revision

Viewing changes to debian/patches/debian_version

  • Committer: Package Import Robot
  • Author(s): Michael Hanke
  • Date: 2012-05-15 08:59:27 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120515085927-l0zoatiwial8v8o1
Tags: 0.20120505.1~dfsg.1-1
* New upstream code (Closes: #671365).
* Update upstream source URL.
* Bumped Standards-version to 3.9.3, no changes necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
         SysUtils,classes,IniFiles,
8
8
         {$IFDEF GUI} forms,userdir, dialogs;{$ELSE} dialogsx;{$ENDIF}
9
9
 const
10
 
-     kMRIcronVers = 'Aug 12 2011';
11
 
+     kMRIcronVers = 'Aug 12 2011 (Debian)';
 
10
-     kMRIcronVers = '5 May 2012';
 
11
+     kMRIcronVers = '5 May 2012 (Debian)';
12
12
      NaN : double = 1/0;
13
13
      kMagicDouble : double = -111666222;
14
14
      kTxtFilter = 'Text (*.txt)|*.txt;*.csv|Comma Separated (*.csv)|*.csv';