diff options
| -rw-r--r-- | apps/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/version.h b/apps/version.h index b60d1ca..867efef 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 |