For phpyaz: set YAZVERSION, not YAZ_VERSION
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 2 Feb 2011 08:19:35 +0000 (09:19 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 2 Feb 2011 08:19:35 +0000 (09:19 +0100)
Thanks to Dave Burgess for pointing that out.

yaz-config.in

index dd7d624..9553d94 100644 (file)
@@ -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()