From 4850355cfbcc7d293ade32cc03c1eef8282bc9cd Mon Sep 17 00:00:00 2001 From: Philip Edelbrock Date: Wed, 15 Feb 2006 01:40:35 +0000 Subject: [PATCH] Tag and release 2.10.0 git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3255 7894878c-1315-0410-8ee3-d5d059ff63e0 --- CHANGES | 2 +- lm_sensors.lsm | 2 +- version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 6f6d7c1d..f8cb6bbb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ lm_sensors CHANGES file ----------------------- -2.10.0 (200602??) +2.10.0 (20060214) File doc/lm_sensors-FAQ.texi: Remove version 1 specifics part File doc/busses/i2c-viapro: Update (2.6 backport) File doc/chips/via686a: Update (2.6 backport) diff --git a/lm_sensors.lsm b/lm_sensors.lsm index 55591269..4fb71614 100644 --- a/lm_sensors.lsm +++ b/lm_sensors.lsm @@ -1,6 +1,6 @@ Begin3 Title: lm_sensors -Version: 2.9.2 +Version: 2.10.0 Entered-date: 29DEC98 Description: Hardware health monitoring package for Linux. It consists of kernel modules to access sensor chips and SMBus hardware, diff --git a/version.h b/version.h index 21c09f9a..3764b08b 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ -#define LM_DATE "2005????" -#define LM_VERSION "2.9.3-CVS" +#define LM_DATE "20050214" +#define LM_VERSION "2.10.0"