diff --git a/.lfsconfig b/.lfsconfig deleted file mode 100644 index 7cd37ba..0000000 --- a/.lfsconfig +++ /dev/null @@ -1,5 +0,0 @@ -[lfs] - url = https://gitlab.com/3divi_public/facesdk_lfs.git/info/lfs -[remote "origin"] - lfsurl = https://gitlab.com/3divi_public/facesdk_lfs.git - 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 9f919a5..f184fb3 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="3DiVi video recognition with depth and IR liveness demo for Telpo (v 0.2)\n\n3DiVi Face SDK version 3.11.0\n" + android:text="3DiVi video recognition with depth and IR liveness demo for Telpo (v 0.2)\n\n3DiVi Face SDK version 3.11.1\n" android:layout_below="@+id/aboutLogo" /> diff --git a/include/facerec/libfacerec.h b/include/facerec/libfacerec.h index b63b91b..e894786 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.11.00" +#define LIBFACEREC_VERSION "3.11.01" -#define LIBFACEREC_VERSION_HEX 0x031100 +#define LIBFACEREC_VERSION_HEX 0x031101 #include "../pbio/FacerecService.h" diff --git a/python_api/setup.py b/python_api/setup.py index eb5e44a..c89ea35 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.11.0' +__version__ = '3.11.1' __author__ = '3DiVi' __url__ = 'https://face.3divi.com/'