Browse Source

Set version to 4.2

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

2
CHANGES

@ -1,7 +1,7 @@
i2c-tools CHANGES
-----------------
master
4.2 (2020-09-22)
manpages: Add BUGS section to let people know how to contact us
Makefile: Allow to preset all CFLAGS and LDFLAGS variables
tools: Consistently use snprintf instead of sprintf

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.1";
use constant I2C_TOOLS_VER => "4.2";
@vendors = (
["AMD", "AMI", "Fairchild", "Fujitsu",

2
version.h

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