~ubuntu-branches/ubuntu/vivid/mricron/vivid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Identify the Debian package version as such
Forwarded: not-needed
Author: Michael Hanke <michael.hanke@gmail.com>
--- a/common/define_types.pas
+++ b/common/define_types.pas
@@ -18,7 +18,7 @@
         SysUtils,classes,IniFiles,
         {$IFDEF GUI} forms,userdir, dialogs;{$ELSE} dialogsx;{$ENDIF}
 const
-     kMRIcronVers = '5 May 2012';
+     kMRIcronVers = '5 May 2012 (Debian)';
      NaN : double = 1/0;
      kMagicDouble : double = -111666222;
      kTxtFilter = 'Text (*.txt)|*.txt;*.csv|Comma Separated (*.csv)|*.csv';