X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=b48f91d1d3fc41ace813105766f30b5df787eef7;hb=refs%2Ftags%2Fv2.8.4;hp=2cfe7327775405a5977c68ccb56f3b634ee8baf9;hpb=5490b085142c3c6ba72e120378d1ac765bd96b02;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 2cfe7327..b48f91d1 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], [8]) -m4_define([V_PATCH], [3]) +m4_define([V_PATCH], [4]) 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])])