X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=1b1aef393099102f64db0fdda6365742e13beec7;hb=20bbe917aa16fc8d76d4d729d3d2fb1b3f1ea40b;hp=543ff2445d5b76db5286e4f33bb2ee71de05f60b;hpb=ca8d12e6d766b4b842e61cc0234e7cd3409e431b;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 543ff244..1b1aef39 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [9]) -m4_define([V_PATCH], [4]) +m4_define([V_PATCH], [5]) dnl m4_define([V_EXTRA], []) m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH]) m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])])