From 2a6f5bafc42999b3cf244685ca6d24c0a14f8d74 Mon Sep 17 00:00:00 2001 From: Sam Hatchett Date: Mon, 30 Sep 2013 16:34:30 -0400 Subject: [PATCH] updated version number --- src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.h b/src/types.h index f9bcfab..3119edd 100755 --- a/src/types.h +++ b/src/types.h @@ -37,7 +37,7 @@ typedef int INT4; / ----------------------------- */ /*** Updated ***/ -#define CODEVERSION 20012 //(2.00.12 - LR) +#define CODEVERSION 20100 #define MAGICNUMBER 516114521 #define VERSION 200 #define EOFMARK 0x1A /* Use 0x04 for UNIX systems */