From 38e68cfb2505227be28c26c2d3ace985273f49e4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 21 Apr 2011 09:31:05 -0400 Subject: Prototype for version() added --- version.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'version.h') diff --git a/version.h b/version.h index 7413e5e..52763c1 100644 --- a/version.h +++ b/version.h @@ -2,7 +2,8 @@ #define VERSION_H #define VER_MAJOR "1" -#define VER_MIN "0" +#define VER_MINOR "0" #define VER_OTH " " +void version(); #endif -- cgit