Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clib.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clib",
"version": "2.8.3",
"version": "2.8.4",
"repo": "clibs/clib",
"install": "make clean uninstall build install",
"makefile": "Makefile",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clib",
"version": "2.8.3",
"version": "2.8.4",
"repo": "clibs/clib",
"install": "make clean install",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
//

#ifndef CLIB_VERSION
#define CLIB_VERSION "2.8.3"
#define CLIB_VERSION "2.8.4"
#endif