summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2012-03-14 07:43:39 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2012-03-14 07:43:39 +0000
commit016d5fd6d2040fc66fff3a0b46016266c67c7978 (patch)
tree0585c405e9ea20d06b5c6f5bc2c1aee94121de38 /lib
parent29af891e1f9d7d9ee6ca88ab68ee3e783d8c3cb2 (diff)
downloadlm-sensors-016d5fd6d2040fc66fff3a0b46016266c67c7978.tar.gz
Prepare for release.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6035 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'lib')
-rw-r--r--lib/Module.mk2
-rw-r--r--lib/sensors.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Module.mk b/lib/Module.mk
index cce8f955..87e207f9 100644
--- a/lib/Module.mk
+++ b/lib/Module.mk
@@ -33,7 +33,7 @@ LIBMAN5FILES := $(MODULE_DIR)/sensors.conf.5
# changed in a backward incompatible way. The interface is defined by
# the public header files - in this case they are error.h and sensors.h.
LIBMAINVER := 4
-LIBMINORVER := 3.1
+LIBMINORVER := 3.2
LIBVER := $(LIBMAINVER).$(LIBMINORVER)
# The static lib name, the shared lib name, and the internal ('so') name of
diff --git a/lib/sensors.h b/lib/sensors.h
index df91d243..ee00ee07 100644
--- a/lib/sensors.h
+++ b/lib/sensors.h
@@ -31,7 +31,7 @@
when the API + ABI breaks), the third digit is incremented to track small
API additions like new flags / enum values. The second digit is for tracking
larger additions like new methods. */
-#define SENSORS_API_VERSION 0x431
+#define SENSORS_API_VERSION 0x432
#define SENSORS_CHIP_NAME_PREFIX_ANY NULL
#define SENSORS_CHIP_NAME_ADDR_ANY (-1)