[sysprof] libsysprof-capture: fix version value for 3.36



commit a8c60386791e32130c66db1d306b217e869d62e4
Author: Christian Hergert <chergert redhat com>
Date:   Thu Feb 13 14:30:36 2020 -0800

    libsysprof-capture: fix version value for 3.36

 src/libsysprof-capture/sysprof-version-macros.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libsysprof-capture/sysprof-version-macros.h b/src/libsysprof-capture/sysprof-version-macros.h
index 5f0d100..8720559 100644
--- a/src/libsysprof-capture/sysprof-version-macros.h
+++ b/src/libsysprof-capture/sysprof-version-macros.h
@@ -171,7 +171,7 @@
 #endif
 
 #if SYSPROF_VERSION_MAX_ALLOWED < SYSPROF_VERSION_3_36
-# define SYSPROF_AVAILABLE_IN_3_36                 SYSPROF_UNAVAILABLE(3, 34)
+# define SYSPROF_AVAILABLE_IN_3_36                 SYSPROF_UNAVAILABLE(3, 36)
 #else
 # define SYSPROF_AVAILABLE_IN_3_36                 _SYSPROF_EXTERN
 #endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]