From d8bc1f1ff4b00a6bd988aa114100ae9b787f50d8 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Thu, 22 Jul 2021 13:10:34 +0200 Subject: Set version to 4.3 --- CHANGES | 2 +- eeprom/decode-dimms | 2 +- version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 6d7fb13..cb393c6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ i2c-tools CHANGES ----------------- -master +4.3 (2021-07-22) decode-dimms: Attempt to decode LPDDR3 modules eeprom, eepromer: Removed the tools in favor of eeprog i2cdetect: Sort the bus list by number diff --git a/eeprom/decode-dimms b/eeprom/decode-dimms index 9842fbd..787b6f5 100755 --- a/eeprom/decode-dimms +++ b/eeprom/decode-dimms @@ -50,7 +50,7 @@ use vars qw($opt_html $opt_bodyonly $opt_side_by_side $opt_merge use constant LITTLEENDIAN => "little-endian"; use constant BIGENDIAN => "big-endian"; -use constant I2C_TOOLS_VER => "4.2"; +use constant I2C_TOOLS_VER => "4.3"; @vendors = ( ["AMD", "AMI", "Fairchild", "Fujitsu", diff --git a/version.h b/version.h index 9b45573..5693479 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "4.2+git" +#define VERSION "4.3" -- cgit v1.2.1