add svi.h
This commit is contained in:
parent
b530c82dca
commit
f7102c1c7f
@ -1,6 +1,7 @@
|
||||
#include <iostream>
|
||||
#include "SvnRunner.h"
|
||||
#include <getopt.h>
|
||||
#include "svi.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@ -21,8 +22,8 @@ int main(int argc, char * argv[])
|
||||
switch (o)
|
||||
{
|
||||
case OPT_VERSION:
|
||||
printf("version 0.0.0alpha0\n");
|
||||
break;
|
||||
printf(APPLICATION_NAME " version " APPLICATION_VERSION "\n");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user