From 3ce02ff1828f3f49f480a04726ae115015830d6b Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 3 Mar 2009 00:42:22 +0000 Subject: [PATCH] (LIBOTF_VERSION): Changed to "0.9.9". (LIBOTF_RELEASE_NUMBER): Changed to 9. --- src/otf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/otf.h b/src/otf.h index 2dc894e..7842ab1 100644 --- a/src/otf.h +++ b/src/otf.h @@ -1,6 +1,6 @@ /* otf.h -- Header file for libotf (OpenType font library). -Copyright (C) 2003, 2004, 2005, 2006, 2007 +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO167 @@ -29,14 +29,14 @@ extern "C" { #endif /* Version name of this library. */ -#define LIBOTF_VERSION "0.9.6" +#define LIBOTF_VERSION "0.9.9" /* 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 6 +#define LIBOTF_RELEASE_NUMBER 9 /*** Table of contents: -- 1.7.10.4