From 4dab6d3efbe678bf2550bd6e20e15581a93e7ea1 Mon Sep 17 00:00:00 2001 From: dkf Date: Sun, 31 Aug 2025 06:13:13 +0000 Subject: Bump the patchlevel of TclOO --- generic/tclOO.h | 3 ++- tests/oo.test | 2 +- tests/ooNext2.test | 2 +- 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::* -- cgit v0.12