From 4e523a2dfda50dc4db180be618b8df11eb3dd2ae Mon Sep 17 00:00:00 2001 From: Sergei Alabugin Date: Tue, 2 Apr 2024 18:30:28 +0500 Subject: [PATCH] Face SDK v3.18.2 --- .../src/main/res/layout/about.xml | 2 +- include/facerec/libfacerec.h | 4 ++-- python_api/setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/android/telpo_liveness_video_recognition/src/main/res/layout/about.xml b/examples/android/telpo_liveness_video_recognition/src/main/res/layout/about.xml index c79d4e4..ad4910a 100644 --- a/examples/android/telpo_liveness_video_recognition/src/main/res/layout/about.xml +++ b/examples/android/telpo_liveness_video_recognition/src/main/res/layout/about.xml @@ -16,7 +16,7 @@ android:id="@+id/aboutText1" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="Video recognition with depth and IR liveness demo for Telpo (v 0.2)\n\nFace SDK version 3.18.1\n" + android:text="Video recognition with depth and IR liveness demo for Telpo (v 0.2)\n\nFace SDK version 3.18.2\n" android:layout_below="@+id/aboutLogo" /> diff --git a/include/facerec/libfacerec.h b/include/facerec/libfacerec.h index 633eb5a..ed45d23 100644 --- a/include/facerec/libfacerec.h +++ b/include/facerec/libfacerec.h @@ -11,9 +11,9 @@ #ifndef FACEREC_LIBFACEREC_H_ #define FACEREC_LIBFACEREC_H_ -#define LIBFACEREC_VERSION "3.18.01" +#define LIBFACEREC_VERSION "3.18.02" -#define LIBFACEREC_VERSION_HEX 0x031801 +#define LIBFACEREC_VERSION_HEX 0x031802 #include "../pbio/FacerecService.h" diff --git a/python_api/setup.py b/python_api/setup.py index fa014ec..f1273c6 100644 --- a/python_api/setup.py +++ b/python_api/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages from os import path -__version__ = '3.18.1' +__version__ = '3.18.2' __author__ = '3DiVi' __url__ = 'https://face.3divi.com/'