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