Skip to content

Commit 49cce52

Browse files
committed
Update
1 parent 540be3f commit 49cce52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic/tclsndfile.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ static int SndMain(void *cd, Tcl_Interp *interp, int objc,Tcl_Obj *const*objv){
10371037
int
10381038
Sndfile_Init(Tcl_Interp *interp)
10391039
{
1040-
if (Tcl_InitStubs(interp, "8.4", 0) == NULL) {
1040+
if (Tcl_InitStubs(interp, TCL_VERSION, 0) == NULL) {
10411041
return TCL_ERROR;
10421042
}
10431043
if (Tcl_PkgProvide(interp, PACKAGE_NAME, PACKAGE_VERSION) != TCL_OK) {

0 commit comments

Comments
 (0)