From 7aac231e369f372cec2a1c030506b6e789907680 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Tue, 10 Jan 2012 23:32:14 +0000 Subject: Fixed the soname after adding introspection The introspection broke the VERSION_INFO --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a414c20..defe3d7 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) dnl for DLL dnl http://sources.redhat.com/autobook/autobook/autobook_91.html -VERSION_INFO=17:1:2 +VERSION_INFO=18:0:2 AC_SUBST(VERSION_INFO) # Check for programs -- cgit v1.2.1