From 247f02c095f445d6f7d89e5ba50b817d07255252 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Thu, 6 Jul 2017 14:19:37 +0300 Subject: [PATCH] [win-nix] changed version related to sdk --- win-linux/src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win-linux/src/version.h b/win-linux/src/version.h index 0a31c69fe..8c8101004 100644 --- a/win-linux/src/version.h +++ b/win-linux/src/version.h @@ -33,11 +33,11 @@ #ifndef VERSION_H #define VERSION_H -#define VER_FILEVERSION 4,3,3,334 -#define VER_FILEVERSION_STR "4.3.3.334\0" +#define VER_FILEVERSION 4,4,1,338 +#define VER_FILEVERSION_STR "4.4.1.338\0" #define VER_PRODUCTVERSION VER_FILEVERSION -#define VER_PRODUCTVERSION_STR "4.3\0" +#define VER_PRODUCTVERSION_STR "4.4\0" #define VER_COMPANYNAME_STR "Ascensio System SIA\0" #define VER_LEGALCOPYRIGHT_STR "Ascensio System SIA 2017\0"