]> jspc29.x-matter.uni-frankfurt.de Git - tdc.git/commitdiff
TDC version set to 2.4.0
authorJan Michel <j.michel@gsi.de>
Mon, 19 Nov 2018 10:23:16 +0000 (11:23 +0100)
committerJan Michel <j.michel@gsi.de>
Mon, 19 Nov 2018 10:23:16 +0000 (11:23 +0100)
releases/tdc_v2.3/tdc_version.vhd

index 9cbf33fd069c16a64f5131b99e75d303ada8230d..c568301b5e44526e1391b60593850803ec584cab 100644 (file)
@@ -4,6 +4,6 @@ use ieee.numeric_std.all;
 
 package tdc_version is
 
-  constant TDC_VERSION             : std_logic_vector(11 downto 0) := x"230";
+  constant TDC_VERSION             : std_logic_vector(11 downto 0) := x"240";
 
 end;