Fix: perf counter context deadlock
[lttng-ust.git] / configure.ac
index 8da540f492720d7bd7dd292647d8c7a741844696..307106b97fe8f935d00292f189be0f1128c844a9 100644 (file)
@@ -4,8 +4,8 @@ dnl Process this file with autoconf to produce a configure script.
 dnl Version infos
 m4_define([V_MAJOR], [2])
 m4_define([V_MINOR], [8])
-m4_define([V_PATCH], [0])
-m4_define([V_EXTRA], [rc2])
+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])])
 m4_define([V_NAME], [[Isseki Nicho]])
This page took 0.022346 seconds and 4 git commands to generate.