Skip to content

Commit 7fe00ec

Browse files
committed
build: make provisions for Tcl 9 compatibility
Update copyright.
1 parent 8710ec1 commit 7fe00ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2048.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - https://github.com/dbohdan/2048.tcl -- Git repository;
88
# - https://wiki.tcl-lang.org/40557 -- discussion.
99

10-
package require Tcl 8.5
10+
package require Tcl 8.5-10
1111

1212
namespace eval 2048 {
1313
namespace ensemble create

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014, 2015, 2017 dbohdan
1+
Copyright (c) 2014-2015, 2017, 2021 D. Bohdan
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)