From 1e34c83a156ebd2ad09c555885b3df1317c9c6af Mon Sep 17 00:00:00 2001 From: cnweaver Date: Thu, 15 Nov 2018 11:47:20 -0600 Subject: [PATCH] Bump patch version --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 796456b..37a9cc0 100755 --- a/configure +++ b/configure @@ -42,7 +42,7 @@ find_package(){ PREFIX=/usr/local INSTALL_LIBDIR=lib -VERSION_NUM=100200 +VERSION_NUM=100201 VERSION=`echo $VERSION_NUM | awk '{ major = int($1/100000); minor = int($1/100)%1000;