From 5680ff68d4fddba29303cfb0928c0244698909a6 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 22 Dec 2005 07:23:15 +0000 Subject: [PATCH] (LIBOTF_VERSION): Updated to "0.9.4" (LIBOTF_RELEASE_NUMBER): Update to 4. --- src/otf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/otf.h b/src/otf.h index 28a6f0f..d637850 100644 --- a/src/otf.h +++ b/src/otf.h @@ -25,14 +25,14 @@ write to the Free Software Foundation, Inc., 59 Temple Place, Suite #define _OTF_H_ /* Version name of this library. */ -#define LIBOTF_VERSION "0.9.3" +#define LIBOTF_VERSION "0.9.4" /* Major version number. */ #define LIBOTF_MAJOR_VERSION 0 /* Minor version number. */ #define LIBOTF_MINOR_VERSION 9 /* Release (i.e. patch level) number. */ -#define LIBOTF_RELEASE_NUMBER 3 +#define LIBOTF_RELEASE_NUMBER 4 /*** Table of contents: -- 1.7.10.4