X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=9c191a01356e21a4449d9bcaa30926dfbd8a1f86;hb=543861512221360727db094faffc405cda7f892b;hp=289fc25580243b125aa0843175d94d1b539ce604;hpb=f75ae862b52c985f9e395a295e332b7fecf24056;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 289fc255..9c191a01 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [8]) m4_define([V_PATCH], [0]) -m4_define([V_EXTRA], [rc2]) +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]]) @@ -477,6 +477,7 @@ AC_CONFIG_FILES([ tests/benchmark/Makefile tests/utils/Makefile tests/test-app-ctx/Makefile + tests/gcc-weak-hidden/Makefile lttng-ust.pc ])