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"