Update version message
This commit is contained in:
parent
2abab7c9e8
commit
f8bdf764b2
@ -2,7 +2,7 @@
|
|||||||
#define ARG_H
|
#define ARG_H
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define LAT_VERSION "0.8.0"
|
#define LAT_VERSION "0.8.1"
|
||||||
|
|
||||||
struct config {
|
struct config {
|
||||||
bool stdin;
|
bool stdin;
|
||||||
|
@ -19,7 +19,7 @@ void help(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void version(void) {
|
void version(void) {
|
||||||
printf("lat - v%s | %s:%s\n", LAT_VERSION, __DATE__, __TIME__);
|
printf("lat - v%s built %s at %s\n", LAT_VERSION, __DATE__, __TIME__);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct config conf;
|
struct config conf;
|
||||||
|
Loading…
Reference in New Issue
Block a user