-
+ 24FBDEB64A2E0F728092B5E6BE2F55D40276CBE30E500A92554B3E702FF9F128D5860664AD4BBB1E4D3DDFB4B0189E043FBA946ACEC305C24A2F216E757B8D86
ffa/ffacalc/version.ads
(0 . 0)(1 . 30)
157 ------------------------------------------------------------------------------
158 ------------------------------------------------------------------------------
159 -- This file is part of 'Finite Field Arithmetic', aka 'FFA'. --
160 -- --
161 -- (C) 2018 Stanislav Datskovskiy ( www.loper-os.org ) --
162 -- http://wot.deedbot.org/17215D118B7239507FAFED98B98228A001ABFFC7.html --
163 -- --
164 -- You do not have, nor can you ever acquire the right to use, copy or --
165 -- distribute this software ; Should you use this software for any purpose, --
166 -- or copy and distribute it to anyone or in any manner, you are breaking --
167 -- the laws of whatever soi-disant jurisdiction, and you promise to --
168 -- continue doing so for the indefinite future. In any case, please --
169 -- always : read and understand any software ; verify any PGP signatures --
170 -- that you use - for any purpose. --
171 -- --
172 -- See also http://trilema.com/2015/a-new-software-licensing-paradigm . --
173 ------------------------------------------------------------------------------
174 ------------------------------------------------------------------------------
175
176 package Version is
177
178 pragma Pure;
179
180 ----------------------------------------------
181 -- Current 'deg. Kelvin' Version of FFACalc --
182 ----------------------------------------------
183 FFACalc_K_Version : constant Natural := 255;
184 ----------------------------------------------
185
186 end Version;