X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=e2e1203aa70c1cb38f425454e8b3e9bea5b148c8;hb=36b160dcdb607351e6c9dcabdf9659a56da4e804;hp=a99ed32047eb614999bca43f3e6034d35ce5a5da;hpb=d735ce88f7a469ab5911d7b3496f265cfa4a751e;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index a99ed320..e2e1203a 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], [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])])