X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=307106b97fe8f935d00292f189be0f1128c844a9;hb=cf18865a7dc67b21d895d68176a5ae2c7d3a980e;hp=9c191a01356e21a4449d9bcaa30926dfbd8a1f86;hpb=c2c10797328e1a2d465d53f05a33b89d8dc16154;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])])