aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2021-07-22 13:10:34 +0200
committerJean Delvare <jdelvare@suse.de>2021-07-22 13:10:34 +0200
commitd8bc1f1ff4b00a6bd988aa114100ae9b787f50d8 (patch)
tree3d0c4b936487d48be53b9a875a335eb9f4f96900
parentae658a63f85a98df32a2b3a3b262f2627bfbc1d7 (diff)
downloadi2c-tools-d8bc1f1ff4b00a6bd988aa114100ae9b787f50d8.tar.gz
Set version to 4.3v4.3
-rw-r--r--CHANGES2
-rwxr-xr-xeeprom/decode-dimms2
-rw-r--r--version.h2
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"