X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=af66906417b1c2179787b494425c8b9fb89f9ed2;hb=aaa231141abdf1d32359c2c0eb23a09c256213a3;hp=37549fe039f925d5b74b0951429fff0483ec85f4;hpb=979c384814c9fad78c1e297a129da86dda2e4573;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 37549fe0..af669064 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [10]) -m4_define([V_PATCH], [1]) +m4_define([V_PATCH], [7]) dnl m4_define([V_EXTRA], []) m4_define([V_NAME], [[KeKriek]]) m4_define([V_DESC], [[From Brasserie Dunham, a sour mashed golden wheat ale fermented with local sour cherries from Tougas orchards. Fresh sweet cherry notes with some tartness, lively carbonation with a dry finish.]]) @@ -514,6 +514,7 @@ AC_CONFIG_FILES([ tests/utils/Makefile tests/test-app-ctx/Makefile tests/gcc-weak-hidden/Makefile + tests/libringbuffer/Makefile lttng-ust.pc ])