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