X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=307106b97fe8f935d00292f189be0f1128c844a9;hb=514a87f3b64181e384399935a5708a8f85b0cc83;hp=9c191a01356e21a4449d9bcaa30926dfbd8a1f86;hpb=2288582aa86d56f6762d80930cc1ddaa02cfff1f;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 9c191a01..307106b9 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], [0]) +m4_define([V_PATCH], [1]) 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])])