From 52322041a47047681760fa5ee2cee11991d82e90 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sun, 8 Jan 2012 14:27:40 +0100 Subject: Add XklConfigItem setters Add xkl_config_item_set_{name,short_description,description}() setters, to allow setting those fields through GI bindings. E. g. Python has a hard time assigning to a fixed-length static gchar array. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d4c1745..a414c20 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:0:1 +VERSION_INFO=17:1:2 AC_SUBST(VERSION_INFO) # Check for programs -- cgit v1.2.1