X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=238cad3bfc6ee708b44da8dff54d67b429918bf5;hb=refs%2Fheads%2Fstable-2.9;hp=a384d44920d9e5b47383b923c039e9f256ae8cd4;hpb=0cf53f4fea361cc9d3ab7339381e6dfdf1050f4b;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index a384d449..238cad3b 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], [3]) +m4_define([V_PATCH], [7]) 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])])