diff --git a/apps/version.h b/apps/version.h index b60d1ca661..867efef5f6 100644 --- a/apps/version.h +++ b/apps/version.h @@ -19,7 +19,7 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define APPSVERSION "0.1" +#define APPSVERSION "CVS" extern char appsversion[]; #endif