Browse Source

Set version to 4.3

tags/v4.3 v4.3
Jean Delvare 4 years ago
parent
commit
d8bc1f1ff4
  1. 2
      CHANGES
  2. 2
      eeprom/decode-dimms
  3. 2
      version.h

2
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

2
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",

2
version.h

@ -1 +1 @@
#define VERSION "4.2+git"
#define VERSION "4.3"
Loading…
Cancel
Save