Subversion Repositories Kolibri OS

Rev

Rev 3010 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3010 Rev 4039
1
; flat assembler  version 1.70
1
; flat assembler  version 1.71
2
; Copyright (c) 1999-2012, Tomasz Grysztar.
2
; Copyright (c) 1999-2013, Tomasz Grysztar.
3
; All rights reserved.
3
; All rights reserved.
4
;
4
;
5
; This programs is free for commercial and non-commercial use as long as
5
; This programs is free for commercial and non-commercial use as long as
6
; the following conditions are adhered to.
6
; the following conditions are adhered to.
7
;
7
;
8
; Redistribution and use in source and binary forms, with or without
8
; Redistribution and use in source and binary forms, with or without
9
; modification, are permitted provided that the following conditions are
9
; modification, are permitted provided that the following conditions are
10
; met:
10
; met:
11
;
11
;
12
; 1. Redistributions of source code must retain the above copyright notice,
12
; 1. Redistributions of source code must retain the above copyright notice,
13
;    this list of conditions and the following disclaimer.
13
;    this list of conditions and the following disclaimer.
14
; 2. Redistributions in binary form must reproduce the above copyright
14
; 2. Redistributions in binary form must reproduce the above copyright
15
;    notice, this list of conditions and the following disclaimer in the
15
;    notice, this list of conditions and the following disclaimer in the
16
;    documentation and/or other materials provided with the distribution.
16
;    documentation and/or other materials provided with the distribution.
17
;
17
;
18
; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19
; "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19
; "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20
; TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
20
; TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
21
; PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
21
; PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
22
; CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
; CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23
; EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
; EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24
; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24
; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
25
; PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25
; PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
26
; LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26
; LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
27
; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28
; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
;
29
;
30
; The licence and distribution terms for any publically available
30
; The licence and distribution terms for any publically available
31
; version or derivative of this code cannot be changed. i.e. this code
31
; version or derivative of this code cannot be changed. i.e. this code
32
; cannot simply be copied and put under another distribution licence
32
; cannot simply be copied and put under another distribution licence
33
; (including the GNU Public Licence).
33
; (including the GNU Public Licence).
34
 
34
 
35
VERSION_STRING equ "1.70.03"
35
VERSION_STRING equ "1.71.13"
36
 
36
 
37
VERSION_MAJOR = 1
37
VERSION_MAJOR = 1
38
VERSION_MINOR = 70
38
VERSION_MINOR = 71