diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2025-08-31 06:13:13 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2025-08-31 06:13:13 (GMT) |
| commit | 4dab6d3efbe678bf2550bd6e20e15581a93e7ea1 (patch) | |
| tree | 0a7d155c4b9cf280f7e72b50946d44899f896dfc | |
| parent | d9d4467ee79d979c4990a4fc9a520e2c532ffa4a (diff) | |
| download | tcl-4dab6d3efbe678bf2550bd6e20e15581a93e7ea1.zip tcl-4dab6d3efbe678bf2550bd6e20e15581a93e7ea1.tar.gz tcl-4dab6d3efbe678bf2550bd6e20e15581a93e7ea1.tar.bz2 | |
Bump the patchlevel of TclOO
| -rw-r--r-- | generic/tclOO.h | 3 | ||||
| -rw-r--r-- | tests/oo.test | 2 | ||||
| -rw-r--r-- | tests/ooNext2.test | 2 | ||||
| -rw-r--r-- | tests/ooUtil.test | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/generic/tclOO.h b/generic/tclOO.h index 7adf559..c7462d2 100644 --- a/generic/tclOO.h +++ b/generic/tclOO.h @@ -20,12 +20,13 @@ * * tests/oo.test * tests/ooNext2.test + * tests/ooUtil.test * unix/tclooConfig.sh * win/tclooConfig.sh */ #define TCLOO_VERSION "1.3" -#define TCLOO_PATCHLEVEL TCLOO_VERSION ".0" +#define TCLOO_PATCHLEVEL TCLOO_VERSION ".1" #include "tcl.h" diff --git a/tests/oo.test b/tests/oo.test index 165ddae..6012660 100644 --- a/tests/oo.test +++ b/tests/oo.test @@ -7,7 +7,7 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. -package require tcl::oo 1.3.0 +package require tcl::oo 1.3.1 if {"::tcltest" ni [namespace children]} { package require tcltest 2.5 namespace import -force ::tcltest::* diff --git a/tests/ooNext2.test b/tests/ooNext2.test index 8d8cf45..8070ea9 100644 --- a/tests/ooNext2.test +++ b/tests/ooNext2.test @@ -7,7 +7,7 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. -package require tcl::oo 1.3.0 +package require tcl::oo 1.3.1 if {"::tcltest" ni [namespace children]} { package require tcltest 2.5 namespace import -force ::tcltest::* diff --git a/tests/ooUtil.test b/tests/ooUtil.test index 5a8a25b..df41883 100644 --- a/tests/ooUtil.test +++ b/tests/ooUtil.test @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. -package require tcl::oo 1.3.0 +package require tcl::oo 1.3.1 if {"::tcltest" ni [namespace children]} { package require tcltest 2.5 namespace import -force ::tcltest::* |
