mirror of
https://github.com/tihmstar/futurerestore.git
synced 2024-12-22 17:35:29 +00:00
fixed version display
This commit is contained in:
parent
923d8168e5
commit
e4332ed20a
|
@ -6,7 +6,6 @@
|
||||||
// Copyright © 2016 tihmstar. All rights reserved.
|
// Copyright © 2016 tihmstar. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <libgeneral/macros.h>
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
@ -20,8 +19,13 @@
|
||||||
|
|
||||||
extern "C"{
|
extern "C"{
|
||||||
#include "tsschecker.h"
|
#include "tsschecker.h"
|
||||||
|
#undef VERSION_COMMIT_SHA
|
||||||
|
#undef VERSION_COMMIT_COUNT
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#include <libgeneral/macros.h>
|
||||||
|
|
||||||
|
|
||||||
static struct option longopts[] = {
|
static struct option longopts[] = {
|
||||||
{ "apticket", required_argument, NULL, 't' },
|
{ "apticket", required_argument, NULL, 't' },
|
||||||
{ "baseband", required_argument, NULL, 'b' },
|
{ "baseband", required_argument, NULL, 'b' },
|
||||||
|
|
Loading…
Reference in a new issue