update(userspace/engine): bump engine checksum and version.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2025-05-06 14:20:16 +02:00
committed by poiana
parent 06c4133b90
commit a41e3df45d

View File

@@ -20,7 +20,7 @@ limitations under the License.
// The version of this Falco engine // The version of this Falco engine
#define FALCO_ENGINE_VERSION_MAJOR 0 #define FALCO_ENGINE_VERSION_MAJOR 0
#define FALCO_ENGINE_VERSION_MINOR 48 #define FALCO_ENGINE_VERSION_MINOR 49
#define FALCO_ENGINE_VERSION_PATCH 0 #define FALCO_ENGINE_VERSION_PATCH 0
#define FALCO_ENGINE_VERSION \ #define FALCO_ENGINE_VERSION \
@@ -36,4 +36,4 @@ limitations under the License.
// It represents the fields supported by this version of Falco, // It represents the fields supported by this version of Falco,
// the event types, and the underlying driverevent schema. It's used to // the event types, and the underlying driverevent schema. It's used to
// detetect changes in engine version in our CI jobs. // detetect changes in engine version in our CI jobs.
#define FALCO_ENGINE_CHECKSUM "ae35fd2284369bc241b6be79cb14cc1b92613299883d4cd0def41382abaf7f48" #define FALCO_ENGINE_CHECKSUM "3c6a2b7d8dd2a7a742301832f5b7d1f73569de815496b077951f4bd67ff6d076"