From 9847f9dbab525ca6a53e305f94f2cf7e9a4e6e6d Mon Sep 17 00:00:00 2001 From: "Vladimir N. Makarov" Date: Thu, 12 Jan 2023 19:36:53 -0500 Subject: [PATCH] Set up initial minor version of so lib. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index ad2bfbf988..af863ce85f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -82,7 +82,7 @@ endif API_VERSION=0 MAJOR_VERSION=0 -MINOR_VERSION=3 +MINOR_VERSION=0 ifeq ($(CC),cl) OBJSUFF=obj