##// END OF EJS Templates
Update LFR-EM-WAVEFORM_PICKER
Update LFR-EM-WAVEFORM_PICKER

File last commit:

r284:058199c2c092 martin
r322:2019ae31f08d (LFR-EM) LPP_LFR-em_WFP_1-0-0 JC
Show More
version.vhd
10 lines | 270 B | text/x-vhdl | VhdlLexer
-- pragma translate_off
use std.textio.all;
-- pragma translate_on
package version is
constant grlib_version : integer := 1100;
-- pragma translate_off
constant grlib_date : string := "20110628";
-- pragma translate_on
constant grlib_build : integer := 4108;
end;