X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=configure.ac;h=9141bb777b7ae34530faec53aac2a38ea51f7216;hp=e2e1203aa70c1cb38f425454e8b3e9bea5b148c8;hb=26752e5ddc0333150a38a4668bcaced571833628;hpb=bc8eae6916a6d2fbd5f4114158cd06d718a65c1b 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])])