diff --git a/configure b/configure index 37a9cc0..59fe5f2 100755 --- a/configure +++ b/configure @@ -42,7 +42,7 @@ find_package(){ PREFIX=/usr/local INSTALL_LIBDIR=lib -VERSION_NUM=100201 +VERSION_NUM=100300 VERSION=`echo $VERSION_NUM | awk '{ major = int($1/100000); minor = int($1/100)%1000;