aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2018-11-30 15:15:21 +0100
committerJean Delvare <jdelvare@suse.de>2018-11-30 15:15:21 +0100
commit42b58a1f25d45859295110e9ae2f094776bddfed (patch)
tree0a8463faa6003bf59ed4b26da94526af7d0cd2aa
parentcac306db9a302c99e36daf6f03e24ef7d00d56e3 (diff)
downloadi2c-tools-42b58a1f25d45859295110e9ae2f094776bddfed.tar.gz
Set version to 4.1v4.1
-rw-r--r--CHANGES2
-rw-r--r--lib/Module.mk2
-rw-r--r--version.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 9aa2968..104adf8 100644
--- a/CHANGES
+++ b/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
diff --git a/lib/Module.mk b/lib/Module.mk
index 4163928..46a1c91 100644
--- a/lib/Module.mk
+++ b/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
diff --git a/version.h b/version.h
index 93834e7..b8e79a1 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define VERSION "4.0+git"
+#define VERSION "4.1"