Skip to content

Commit 4e523a2

Browse files
Face SDK v3.18.2
1 parent aeef594 commit 4e523a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/android/telpo_liveness_video_recognition/src/main/res/layout/about.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
android:id="@+id/aboutText1"
1717
android:layout_width="match_parent"
1818
android:layout_height="wrap_content"
19-
android:text="Video recognition with depth and IR liveness demo for Telpo (v 0.2)\n\nFace SDK version 3.18.1\n"
19+
android:text="Video recognition with depth and IR liveness demo for Telpo (v 0.2)\n\nFace SDK version 3.18.2\n"
2020
android:layout_below="@+id/aboutLogo"
2121
/>
2222

include/facerec/libfacerec.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
#ifndef FACEREC_LIBFACEREC_H_
1212
#define FACEREC_LIBFACEREC_H_
1313

14-
#define LIBFACEREC_VERSION "3.18.01"
14+
#define LIBFACEREC_VERSION "3.18.02"
1515

16-
#define LIBFACEREC_VERSION_HEX 0x031801
16+
#define LIBFACEREC_VERSION_HEX 0x031802
1717

1818
#include "../pbio/FacerecService.h"
1919

python_api/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
from os import path
33

4-
__version__ = '3.18.1'
4+
__version__ = '3.18.2'
55
__author__ = '3DiVi'
66
__url__ = 'https://face.3divi.com/'
77

0 commit comments

Comments
 (0)