2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Prep for 2.10.2 release.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4297 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Philip Edelbrock
2007-01-15 23:30:51 +00:00
parent 63228c12b3
commit b71ee14a2d
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
lm_sensors CHANGES file
-----------------------
SVN HEAD
2.10.2 (20070115)
RPM: Obsolete, removed
File doc/fan-divisors: Update
File sensors_vid.h: Trim VID values to correct number of bits (2.6 backport)

View File

@@ -33,7 +33,7 @@ LIBMAN5FILES := $(MODULE_DIR)/sensors.conf.5
# the public header files - in this case they are error.h, sensors.h,
# chips.h.
LIBMAINVER := 3
LIBMINORVER := 1.1
LIBMINORVER := 1.2
LIBVER := $(LIBMAINVER).$(LIBMINORVER)
# The static lib name, the shared lib name, and the internal ('so') name of

View File

@@ -1,6 +1,6 @@
Begin3
Title: lm_sensors
Version: 2.10.1
Version: 2.10.2
Entered-date: 29DEC98
Description: Hardware health monitoring package for Linux. It consists of
kernel modules to access sensor chips and SMBus hardware,

View File

@@ -1,2 +1,2 @@
#define LM_DATE "2006????"
#define LM_VERSION "2.10.1-SVN"
#define LM_DATE "20070115"
#define LM_VERSION "2.10.2"