Skip to content

Commit

Permalink
project: Update for 1.8.3 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Jun 17, 2018
1 parent 70318c8 commit c95992a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions SMP/gcrypt.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ extern "C" {
return the same version. The purpose of this macro is to let
autoconf (using the AM_PATH_GCRYPT macro) check that this header
matches the installed library. */
#define GCRYPT_VERSION "1.8.2"
#define GCRYPT_VERSION "1.8.3"

/* The version number of this header. It may be used to handle minor
API incompatibilities. */
#define GCRYPT_VERSION_NUMBER 0x010802
#define GCRYPT_VERSION_NUMBER 0x010803


/* Internal: We can't use the convenience macros for the multi
Expand Down
8 changes: 4 additions & 4 deletions SMP/version.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.8.2"
#define PACKAGE_VERSION "1.8.3"

/* Version of this package */
#define VERSION "1.8.2"
#define VERSION "1.8.3"

/* GIT commit id revision used to build this package */
#define BUILD_REVISION "eb84e42"
#define BUILD_REVISION "5600d2d"

/* The time this package was configured for a build */
#define BUILD_TIMESTAMP "2017-12-17T07:54+0000"
#define BUILD_TIMESTAMP "2018-06-17T12:43+0000"
12 changes: 6 additions & 6 deletions SMP/versioninfo.rc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@


VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,8,2,60292
PRODUCTVERSION 1,8,2,60292
FILEVERSION 1,8,3,22016
PRODUCTVERSION 1,8,3,22016
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
Expand All @@ -37,15 +37,15 @@ BEGIN
VALUE "Comments", "Provided under the terms of the GNU Lesser General Public License (LGPLv2.1+).\0"
VALUE "CompanyName", "g10 Code GmbH\0"
VALUE "FileDescription", "Libgcrypt - The GNU Crypto Library\0"
VALUE "FileVersion", "22.2.2.eb84e42\0"
VALUE "FileVersion", "22.2.3.5600d2d\0"
VALUE "InternalName", "libgcrypt\0"
VALUE "LegalCopyright", "Copyright � 2017 Free Software Foundation, Inc.\0"
VALUE "LegalCopyright", "Copyright � 2018 Free Software Foundation, Inc.\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libgcrypt.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "libgcrypt\0"
VALUE "ProductVersion", "1.8.2\0"
VALUE "SpecialBuild", "2017-12-17T07:54+0000\0"
VALUE "ProductVersion", "1.8.3\0"
VALUE "SpecialBuild", "2018-06-17T12:43+0000\0"
END
END
END

0 comments on commit c95992a

Please sign in to comment.