aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergő J. Miklós2020-10-10 23:07:35 +0200
committerGergő J. Miklós2020-10-10 23:07:35 +0200
commitfb7772fdfc90c84f44d51398b20fec0d4e749345 (patch)
treec7e1f5f87a0c970b38b81978e0842ba47d7e3a0b
parent7cebd41261494883a992c03d562db2c113ab5774 (diff)
downloadi2sensors-fb7772fdfc90c84f44d51398b20fec0d4e749345.tar.gz
i2sensors-fb7772fdfc90c84f44d51398b20fec0d4e749345.zip
test
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index bd4db3f..357d929 100644
--- a/src/main.c
+++ b/src/main.c
@@ -19,7 +19,7 @@
#include "hih61xx.h"
#include "hmc5883.h"
-#define VERSION 1.26
+#define VERSION 1.27
// extern void lm75_print_help(void);
// extern void lm75_read_all(const char *opts);
@@ -57,7 +57,7 @@ void print_help(void) {
" i2sensors read_all 1 lm75 0x4f \n"
" i2sensors read_one 1 lm75 0x4f 00,-1.35\n"
"\n" );
- printf ("Version: v%1.2f, build: %s %s (%s), TS: %s STDC: %s\n\n",VERSION,__DATE__,__TIME__,__VERSION__,__TIMESTAMP__,__STDC_VERSION__);
+ printf ("Version: v%1.2f, build: [%s %s] (%s), TS: %s STDC: %d\n\n",VERSION,__DATE__,__TIME__,__VERSION__,__TIMESTAMP__,__STDC_VERSION__);
}
void bus_err(int ern){