2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Synchronize the sensord version with the lm-sensors version. We're

using the same version number for sensord since October 2002!


git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4802 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2007-09-18 19:35:28 +00:00
parent 0464f51062
commit fee42795a2
3 changed files with 3 additions and 3 deletions

View File

@@ -28,6 +28,7 @@
#include "sensord.h"
#include "lib/error.h"
#include "version.h"
#define MAX_CHIP_NAMES 32
@@ -231,7 +232,7 @@ parseArgs
return -1;
break;
case 'v':
printf ("sensord version %s\n", version);
printf ("sensord version %s\n", LM_VERSION);
exit (EXIT_SUCCESS);
break;
case 'h':

View File

@@ -20,8 +20,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#define version "0.6.3"
#include "lib/sensors.h"
extern void sensorLog (int priority, const char *fmt, ...);