diff options
-rw-r--r-- | CHANGES | 2 | ||||
-rwxr-xr-x | eeprom/decode-dimms | 2 | ||||
-rw-r--r-- | version.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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", @@ -1 +1 @@ -#define VERSION "4.2+git" +#define VERSION "4.3" |