X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=a384d44920d9e5b47383b923c039e9f256ae8cd4;hb=708481bffc50a479ad199febaee4ed070ca05d7f;hp=4796f4e1f23cda42cbb9d4f1f1858bdc67b2903d;hpb=e34dea1f4aad6179b8ec94620b2d594d7dec8884;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 4796f4e1..a384d449 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], [2]) +m4_define([V_PATCH], [3]) 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])])