From: Adam Dickmeiss Date: Wed, 2 Feb 2011 08:19:35 +0000 (+0100) Subject: For phpyaz: set YAZVERSION, not YAZ_VERSION X-Git-Tag: v4.1.7~9 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=222aad8dece12c5a93a4dd8a67899933e4bd875e For phpyaz: set YAZVERSION, not YAZ_VERSION Thanks to Dave Burgess for pointing that out. --- diff --git a/yaz-config.in b/yaz-config.in index dd7d624..9553d94 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -19,7 +19,7 @@ ICU_CPPFLAGS="@ICU_CPPFLAGS@" SSL_LIBS="@SSL_LIBS@" LIBS="@LIBS@" VERSION=@VERSION@ -YAZ_VERSION=$VERSION +YAZVERSION=$VERSION VERSION_SHA1=@VERSION_SHA1@ usage()