fix: removed accidental VLA in _get_num_possible_cpus()
[lttng-ust.git] / configure.ac
index 3e0b9b137e51161647a4fe04cf5cb163d0f97a6d..af66906417b1c2179787b494425c8b9fb89f9ed2 100644 (file)
@@ -1,7 +1,7 @@
 dnl Version infos
 m4_define([V_MAJOR], [2])
 m4_define([V_MINOR], [10])
-m4_define([V_PATCH], [5])
+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
 ])
 
This page took 0.022866 seconds and 4 git commands to generate.