File tree 1 file changed +9
-4
lines changed
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)
7
7
cmake_policy (SET CMP0092 NEW)
8
8
endif ()
9
9
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
+ )
14
19
15
20
# The library version is based on libtool versioning of the ABI. The set of
16
21
# rules for updating the version can be found here:
You can’t perform that action at this time.
0 commit comments