Bump version to 0.1.2.
This commit is contained in:
cheatfate 2020-03-08 22:22:50 +02:00
parent 25b04816a0
commit 16b3cd84b6
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
3 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,9 @@ const
{.passC: "-I" & quoteShell(srcPath).}
{.passC: "-DHAVE_CONFIG_H".}
when defined(gcc) or defined(clang):
{.passC: "-DHAVE_BUILTIN_EXPECT"}
{.compile: secpSrc.}
{.deadCodeElim: on.}

View File

@ -1,7 +1,7 @@
mode = ScriptMode.Verbose
packageName = "secp256k1"
version = "0.1.1"
version = "0.1.2"
author = "Status Research & Development GmbH"
description = "A wrapper for the libsecp256k1 C library"
license = "Apache License 2.0"

View File

@ -21,7 +21,7 @@
/* #undef ENABLE_OPENSSL_TESTS */
/* Define this symbol if __builtin_expect is available */
#define HAVE_BUILTIN_EXPECT 1
/* #define HAVE_BUILTIN_EXPECT 1 */
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1