From 74167f3688317162f59326b01e83d1a205b4b304 Mon Sep 17 00:00:00 2001 From: zhou0 Date: Wed, 8 Mar 2017 14:30:30 +0800 Subject: [PATCH] restore version_info to 2.0.0 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index c83f3881..4d383186 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -VERSION_INFO = 3:0:3 +VERSION_INFO = 2:0:0 AM_CFLAGS = -g -O2 -Wall -Werror -Wno-deprecated-declarations -fno-strict-aliasing -std=gnu99 -D_GNU_SOURCE AM_CFLAGS += $(PTHREAD_CFLAGS)