We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cdbac commit 216f00eCopy full SHA for 216f00e
ChangeLog
@@ -1,3 +1,12 @@
1
+2.11.1 (2023-11-14):
2
+ [ Fabian Greffrath ]
3
+ * Build shared libraries and hide symbols by default.
4
+ * Install man page by default.
5
+ * Check for `lrintf()` availability, link with `-lm` and define `HAVE_LRINTF` accordingly.
6
+ * Set a default build type if none was specified.
7
+ * Build DLL name with SOVERSION by default on Windows.
8
+ * Fix inlined `lrintf()` function signatures.
9
+
10
2.11.0 (2023-11-07):
11
[ Eugène Filin ]
12
* Fix incorrect variable initialization
properties.json
@@ -1,4 +1,4 @@
{
"//": "This file contains properties used in build / release process",
- "PACKAGE_VERSION": "2.11.0"
+ "PACKAGE_VERSION": "2.11.1"
}
0 commit comments