X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=e66e6074711d7018509cb6bded37c2032fc513b9;hb=2adc2ffad5232fcd283a860a5626819982decb94;hp=767a242634ed52d5fb293a918044d550bc2607d5;hpb=af9ef181ebfa7de412407fbc8ecd44940f2f3921;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 767a242..e66e607 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.1.4],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.2.0],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) @@ -36,7 +36,7 @@ AC_CHECK_LIB([m],[main]) AC_CHECK_FUNCS([localtime_r]) ## YAZPP checks -YAZPP_INIT([threads],[1.2.2]) +YAZPP_INIT([threads],[1.2.3]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi