diff --git a/cat.c b/cat.c index 5accecd..784b32c 100644 --- a/cat.c +++ b/cat.c @@ -13,7 +13,7 @@ return 0; } if(strcmp(argv[1],"-v")==0) { - printf("patricus utils, version %s",version); + printf("patricus utils, version %s",VERSION); return 0; } for(int meowing=1;meowing +#include #include #include using namespace std; int main(int argc, char* argv[]) { for(int i=1;i