Browse Source

Set version to 4.1

tags/v4.1 v4.1
Jean Delvare 7 years ago
parent
commit
42b58a1f25
  1. 2
      CHANGES
  2. 2
      lib/Module.mk
  3. 2
      version.h

2
CHANGES

@ -1,7 +1,7 @@
i2c-tools CHANGES
-----------------
master
4.1 (2018-11-30)
Makefile: Make STRIP, DESTDIR and PREFIX overridable
tools: Fix potential buffer overflows in i2cbusses
Fix build race

2
lib/Module.mk

@ -18,7 +18,7 @@ LIB_CFLAGS := -Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual \
# interface is changed in a backward incompatible way. The interface is
# defined by the public header files - in this case they are only smbus.h.
LIB_MAINVER := 0
LIB_MINORVER := 1.0
LIB_MINORVER := 1.1
LIB_VER := $(LIB_MAINVER).$(LIB_MINORVER)
# The shared and static library names

2
version.h

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