Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smbape committed Jun 18, 2022
1 parent 3d4016d commit 6c291de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion autoit-dlib-com/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
@TITLE AutoIt OpenCV COM
@ECHO. AutoIt OpenCV COM
@ECHO.
@ECHO. VERSION: 1.1.0-rc.0
@ECHO. VERSION: 1.1.0
@ECHO. DLLNAME: %DLLNAME%
@ECHO.
@ECHO.
Expand Down
8 changes: 4 additions & 4 deletions autoit-dlib-com/src/dlibCOM.rc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEVERSION 1,1,0
PRODUCTVERSION 1,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -78,7 +78,7 @@ BEGIN
BEGIN
// VALUE "CompanyName", "TODO: <Nom de la société>"
VALUE "FileDescription", "COM+ for OpenCV"
VALUE "FileVersion", "1.1.0-rc.0"
VALUE "FileVersion", "1.1.0"
// VALUE "LegalCopyright", "TODO: (c) <Nom de la société>. Tous droits réservés."
#ifdef _DEBUG
VALUE "InternalName", "dlib_autoit_comd.dll"
Expand All @@ -88,7 +88,7 @@ BEGIN
VALUE "OriginalFilename", "dlib_autoit_com.dll"
#endif
VALUE "ProductName", "AutoIt OpenCV COM"
VALUE "ProductVersion", "1.1.0-rc.0"
VALUE "ProductVersion", "1.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-autoit-dlib-com",
"version": "1.1.0-rc.0",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "node scripts/build.js",
Expand Down

0 comments on commit 6c291de

Please sign in to comment.