X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=307106b97fe8f935d00292f189be0f1128c844a9;hb=38a7bf26121aa474821d215c4d8c583be531d40d;hp=289fc25580243b125aa0843175d94d1b539ce604;hpb=f75ae862b52c985f9e395a295e332b7fecf24056;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 289fc255..307106b9 100644 --- a/configure.ac +++ b/configure.ac @@ -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]]) @@ -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 ])