X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;fp=configure.ac;h=238cad3bfc6ee708b44da8dff54d67b429918bf5;hb=1a90cb6a3689138a8f181164d465099a0a9968be;hp=b133fbc8a222160d6288713ba3350e9c667a29fe;hpb=c216b58ea949235cd3ae60581b7877c4b1b0f078;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index b133fbc8..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], [6]) +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])])