From e72d27815be38395fb782aa7d8b1b8228bab2183 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 4 Mar 2013 12:23:32 +0000 Subject: [PATCH] build Bump to 1.15.1 In theory, master should become 1.99 at some point, but if we do that all Hell breaks loose, so let's use 1.15 for the time being. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 30157cd34..614772958 100644 --- a/configure.ac +++ b/configure.ac @@ -9,8 +9,8 @@ # - increase clutter_micro_version to the next odd number # - increase clutter_interface_version to the next odd number m4_define([clutter_major_version], [1]) -m4_define([clutter_minor_version], [13]) -m4_define([clutter_micro_version], [3]) +m4_define([clutter_minor_version], [15]) +m4_define([clutter_micro_version], [1]) # • for stable releases: increase the interface age by 1 for each release; # if the API changes, set to 0. interface_age and binary_age are used to