File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,15 @@ if(CMAKE_VERSION VERSION_GREATER 3.14)
77 cmake_policy (SET CMP0092 NEW)
88endif ()
99
10- # The package (a.k.a. release) version is based on semantic versioning 2.0.0 of
11- # the API. All changes in experimental modules are treated as
12- # backwards-compatible and therefore at most increase the minor version.
13- project (libsecp256k1 VERSION 0.3.2 LANGUAGES C)
10+ project (libsecp256k1
11+ # The package (a.k.a. release) version is based on semantic versioning 2.0.0 of
12+ # the API. All changes in experimental modules are treated as
13+ # backwards-compatible and therefore at most increase the minor version.
14+ VERSION 0.3.2
15+ DESCRIPTION "Optimized C library for ECDSA signatures and secret/public key operations on curve secp256k1."
16+ HOMEPAGE_URL "https://github.com/bitcoin-core/secp256k1"
17+ LANGUAGES C
18+ )
1419
1520# The library version is based on libtool versioning of the ABI. The set of
1621# rules for updating the version can be found here:
You can’t perform that action at this time.
0 commit comments