Skip to content

Commit

Permalink
Face SDK v3.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-alabugin committed Apr 2, 2024
1 parent aeef594 commit 4e523a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>

Expand Down
4 changes: 2 additions & 2 deletions include/facerec/libfacerec.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion python_api/setup.py
Original file line number Diff line number Diff line change
@@ -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/'

Expand Down

0 comments on commit 4e523a2

Please sign in to comment.