Skip to content

Commit 6d037dc

Browse files
authored
Update c_api.cpp
1 parent aadd61e commit 6d037dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const char* ncnn_version()
3939
return NCNN_VERSION_STRING;
4040
}
4141

42-
int ncnn_version()
42+
int ncnn_version_date()
4343
{
4444
return NCNN_VERSION_DATE;
4545
}

0 commit comments

Comments
 (0)