Skip to content

Commit

Permalink
Face SDK v3.11.1 (Fixed templates serialization for 10v methods)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid-leshukov committed Sep 8, 2021
1 parent 57d4b39 commit 58efa65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .lfsconfig

This file was deleted.

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="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"
/>

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.11.00"
#define LIBFACEREC_VERSION "3.11.01"

#define LIBFACEREC_VERSION_HEX 0x031100
#define LIBFACEREC_VERSION_HEX 0x031101

#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.11.0'
__version__ = '3.11.1'
__author__ = '3DiVi'
__url__ = 'https://face.3divi.com/'

Expand Down

0 comments on commit 58efa65

Please sign in to comment.