diff --git a/src/conf.h b/src/conf.h index ee09be16..bca513bb 100644 --- a/src/conf.h +++ b/src/conf.h @@ -104,7 +104,7 @@ #if !defined(WITH_UCL) # error "you lose" #endif -#if !defined(UCL_VERSION) || (UCL_VERSION < 0x009100L) +#if !defined(UCL_VERSION) || (UCL_VERSION < 0x009200L) # error "please upgrade your UCL installation" #endif