We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914f671 commit 5f85b72Copy full SHA for 5f85b72
clib.json
@@ -1,6 +1,6 @@
1
{
2
"name": "clib",
3
- "version": "2.8.5",
+ "version": "2.8.7",
4
"repo": "clibs/clib",
5
"install": "make clean uninstall build install",
6
"makefile": "Makefile",
package.json
"install": "make clean install",
"scripts": {
src/version.h
@@ -6,5 +6,5 @@
//
7
8
#ifndef CLIB_VERSION
9
-#define CLIB_VERSION "2.8.5"
+#define CLIB_VERSION "2.8.7"
10
#endif
0 commit comments