From 6915b0b0946a5fe142f5a220c1e55c829335e623 Mon Sep 17 00:00:00 2001 From: Victor Wagner Date: Wed, 19 Jul 2006 09:34:47 +0000 Subject: [PATCH] Set catdoc version to 0.94.3 --- configure | 2 +- configure.in | 2 +- src/makefile.tc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 9d1dfb5..2d4ffaf 100755 --- a/configure +++ b/configure @@ -541,7 +541,7 @@ else fi -catdoc_version=0.94.2 +catdoc_version=0.94.3 # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 diff --git a/configure.in b/configure.in index 4735c3a..bf64738 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(acconfig.h) -catdoc_version=0.94.2 +catdoc_version=0.94.3 dnl Checks for programs. AC_PROG_CC case ${CC} in diff --git a/src/makefile.tc b/src/makefile.tc index aeaa654..f1d7f3c 100644 --- a/src/makefile.tc +++ b/src/makefile.tc @@ -1,7 +1,7 @@ CC=tcc TCDIR=c:\tc LIB=$(TCDIR)\lib -CFLAGS=-v -w -mc -DHAVE_LANGINFO -DHAVE_STRDUP -DCATDOC_VERSION="0.94.2" +CFLAGS=-v -w -mc -DHAVE_LANGINFO -DHAVE_STRDUP -DCATDOC_VERSION="0.94.3" OBJ=charsets.obj substmap.obj reader.obj writer.obj fileutil.obj langinfo.obj analyze.obj confutil.obj rtfread.obj numutils.obj sheet.obj xlsparse.obj ole.obj strftime.obj pptparse.obj .c.obj: $(CC) -v -c -mc -I../compat $(CFLAGS) $* -- 2.39.2