From 61858b925f4c1a6f9edba6389a5bd601daf936e9 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Wed, 14 Mar 2007 11:08:19 -0800 Subject: [PATCH] change DAT_VERSION major and minor numbers to 2.0 --- dat/include/dat/udat_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dat/include/dat/udat_config.h b/dat/include/dat/udat_config.h index fc47a05..674f579 100644 --- a/dat/include/dat/udat_config.h +++ b/dat/include/dat/udat_config.h @@ -50,8 +50,8 @@ #ifndef _UDAT_CONFIG_H_ #define _UDAT_CONFIG_H_ -#define DAT_VERSION_MAJOR 1 -#define DAT_VERSION_MINOR 2 +#define DAT_VERSION_MAJOR 2 +#define DAT_VERSION_MINOR 0 /* * The official header files will default DAT_THREADSAFE to DAT_TRUE. If -- 2.41.0