~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to compiler/version.pas

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    $Id: version.pas,v 1.35 2005/04/28 20:17:21 michael Exp $
3
2
    Copyright (c) 1998-2002 by Florian Klaempfl
4
3
 
5
4
    Version/target constants
30
29
       { version string }
31
30
       version_nr = '2';
32
31
       release_nr = '0';
33
 
       patch_nr   = '0';
 
32
       patch_nr   = '4';
34
33
       minorpatch = '';
35
34
 
36
35
       { word version for ppu file }
88
87
end;
89
88
 
90
89
end.
91
 
{
92
 
  $Log: version.pas,v $
93
 
  Revision 1.35  2005/04/28 20:17:21  michael
94
 
  * version 2.0.0
95
 
 
96
 
  Revision 1.34  2005/02/25 11:41:27  peter
97
 
    * 1.9.9
98
 
 
99
 
  Revision 1.33  2005/02/15 22:31:35  peter
100
 
    * back to 1.9.7 for head
101
 
 
102
 
  Revision 1.32  2005/02/15 22:28:29  peter
103
 
    * 1.9.8
104
 
 
105
 
  Revision 1.31  2005/02/14 17:13:09  peter
106
 
    * truncate log
107
 
 
108
 
  Revision 1.30  2005/01/19 21:10:15  peter
109
 
    * build wordversion from constants
110
 
 
111
 
  Revision 1.29  2005/01/02 10:20:08  florian
112
 
    * version and copyright increased
113
 
 
114
 
}