X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=a9f0222915aa275f591f3b1ebb13d65bfd97dcf0;hb=21314122fd4c9b11a02d6251e29720b3370ec9c9;hp=307106b97fe8f935d00292f189be0f1128c844a9;hpb=0ab954a902a026e67721d46f68a83b5dc8228fc6;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 307106b9..a9f02229 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], [1]) +m4_define([V_PATCH], [2]) 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])])