X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=9141bb777b7ae34530faec53aac2a38ea51f7216;hb=26752e5ddc0333150a38a4668bcaced571833628;hp=e2e1203aa70c1cb38f425454e8b3e9bea5b148c8;hpb=c41b151c737c9a63c71cd57e8eca0bfa4da5c874;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index e2e1203a..9141bb77 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], [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])])