Skip to content

Commit a1d0f7a

Browse files
author
jan.nijtmans
committed
Version -> 4.3.7. Update rules.vc.
1 parent b9846a8 commit a1d0f7a

15 files changed

Lines changed: 45 additions & 41 deletions

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
README: Itcl
22

3-
This is the 4.3.6 source distribution of Itcl, an object oriented
3+
This is the 4.3.7 source distribution of Itcl, an object oriented
44
extension for Tcl. Itcl releases are available from Sourceforge at:
55

66
https://sourceforge.net/projects/incrtcl/files/%5Bincr%20Tcl_Tk%5D-4-source/

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for itcl 4.3.6.
3+
# Generated by GNU Autoconf 2.72 for itcl 4.3.7.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
@@ -601,8 +601,8 @@ MAKEFLAGS=
601601
# Identity of this package.
602602
PACKAGE_NAME='itcl'
603603
PACKAGE_TARNAME='itcl'
604-
PACKAGE_VERSION='4.3.6'
605-
PACKAGE_STRING='itcl 4.3.6'
604+
PACKAGE_VERSION='4.3.7'
605+
PACKAGE_STRING='itcl 4.3.7'
606606
PACKAGE_BUGREPORT=''
607607
PACKAGE_URL=''
608608

@@ -1336,7 +1336,7 @@ if test "$ac_init_help" = "long"; then
13361336
# Omit some internal or obsolete options to make the list less imposing.
13371337
# This message is too long to be a string in the A/UX 3.1 sh.
13381338
cat <<_ACEOF
1339-
'configure' configures itcl 4.3.6 to adapt to many kinds of systems.
1339+
'configure' configures itcl 4.3.7 to adapt to many kinds of systems.
13401340
13411341
Usage: $0 [OPTION]... [VAR=VALUE]...
13421342
@@ -1398,7 +1398,7 @@ fi
13981398

13991399
if test -n "$ac_init_help"; then
14001400
case $ac_init_help in
1401-
short | recursive ) echo "Configuration of itcl 4.3.6:";;
1401+
short | recursive ) echo "Configuration of itcl 4.3.7:";;
14021402
esac
14031403
cat <<\_ACEOF
14041404
@@ -1500,7 +1500,7 @@ fi
15001500
test -n "$ac_init_help" && exit $ac_status
15011501
if $ac_init_version; then
15021502
cat <<\_ACEOF
1503-
itcl configure 4.3.6
1503+
itcl configure 4.3.7
15041504
generated by GNU Autoconf 2.72
15051505
15061506
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1866,7 +1866,7 @@ cat >config.log <<_ACEOF
18661866
This file contains any messages produced by compilers while
18671867
running configure, to aid debugging if configure makes a mistake.
18681868
1869-
It was created by itcl $as_me 4.3.6, which was
1869+
It was created by itcl $as_me 4.3.7, which was
18701870
generated by GNU Autoconf 2.72. Invocation command line was
18711871
18721872
$ $0$ac_configure_args_raw
@@ -10082,7 +10082,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1008210082
# report actual input values of CONFIG_FILES etc. instead of their
1008310083
# values after options handling.
1008410084
ac_log="
10085-
This file was extended by itcl $as_me 4.3.6, which was
10085+
This file was extended by itcl $as_me 4.3.7, which was
1008610086
generated by GNU Autoconf 2.72. Invocation command line was
1008710087
1008810088
CONFIG_FILES = $CONFIG_FILES
@@ -10137,7 +10137,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1013710137
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1013810138
ac_cs_config='$ac_cs_config_escaped'
1013910139
ac_cs_version="\\
10140-
itcl config.status 4.3.6
10140+
itcl config.status 4.3.7
1014110141
configured by $0, generated by GNU Autoconf 2.72,
1014210142
with options \\"\$ac_cs_config\\"
1014310143

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
1919
# so that we create the export library with the dll.
2020
#-----------------------------------------------------------------------
2121

22-
AC_INIT([itcl],[4.3.6])
22+
AC_INIT([itcl],[4.3.7])
2323

2424
#--------------------------------------------------------------------
2525
# Call TEA_INIT as the first TEA_ macro to set up initial vars.

generic/itcl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ extern "C" {
8282
#define ITCL_MAJOR_VERSION 4
8383
#define ITCL_MINOR_VERSION 3
8484
#define ITCL_RELEASE_LEVEL TCL_FINAL_RELEASE
85-
#define ITCL_RELEASE_SERIAL 6
85+
#define ITCL_RELEASE_SERIAL 7
8686

8787
#define ITCL_VERSION "4.3"
88-
#define ITCL_PATCH_LEVEL "4.3.6"
88+
#define ITCL_PATCH_LEVEL "4.3.7"
8989

9090

9191
/*

itclWidget/configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for itclwidget 4.3.6.
3+
# Generated by GNU Autoconf 2.72 for itclwidget 4.3.7.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
@@ -601,8 +601,8 @@ MAKEFLAGS=
601601
# Identity of this package.
602602
PACKAGE_NAME='itclwidget'
603603
PACKAGE_TARNAME='itclwidget'
604-
PACKAGE_VERSION='4.3.6'
605-
PACKAGE_STRING='itclwidget 4.3.6'
604+
PACKAGE_VERSION='4.3.7'
605+
PACKAGE_STRING='itclwidget 4.3.7'
606606
PACKAGE_BUGREPORT=''
607607
PACKAGE_URL=''
608608

@@ -1351,7 +1351,7 @@ if test "$ac_init_help" = "long"; then
13511351
# Omit some internal or obsolete options to make the list less imposing.
13521352
# This message is too long to be a string in the A/UX 3.1 sh.
13531353
cat <<_ACEOF
1354-
'configure' configures itclwidget 4.3.6 to adapt to many kinds of systems.
1354+
'configure' configures itclwidget 4.3.7 to adapt to many kinds of systems.
13551355
13561356
Usage: $0 [OPTION]... [VAR=VALUE]...
13571357
@@ -1413,7 +1413,7 @@ fi
14131413

14141414
if test -n "$ac_init_help"; then
14151415
case $ac_init_help in
1416-
short | recursive ) echo "Configuration of itclwidget 4.3.6:";;
1416+
short | recursive ) echo "Configuration of itclwidget 4.3.7:";;
14171417
esac
14181418
cat <<\_ACEOF
14191419
@@ -1519,7 +1519,7 @@ fi
15191519
test -n "$ac_init_help" && exit $ac_status
15201520
if $ac_init_version; then
15211521
cat <<\_ACEOF
1522-
itclwidget configure 4.3.6
1522+
itclwidget configure 4.3.7
15231523
generated by GNU Autoconf 2.72
15241524
15251525
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1826,7 +1826,7 @@ cat >config.log <<_ACEOF
18261826
This file contains any messages produced by compilers while
18271827
running configure, to aid debugging if configure makes a mistake.
18281828
1829-
It was created by itclwidget $as_me 4.3.6, which was
1829+
It was created by itclwidget $as_me 4.3.7, which was
18301830
generated by GNU Autoconf 2.72. Invocation command line was
18311831
18321832
$ $0$ac_configure_args_raw
@@ -10623,7 +10623,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1062310623
# report actual input values of CONFIG_FILES etc. instead of their
1062410624
# values after options handling.
1062510625
ac_log="
10626-
This file was extended by itclwidget $as_me 4.3.6, which was
10626+
This file was extended by itclwidget $as_me 4.3.7, which was
1062710627
generated by GNU Autoconf 2.72. Invocation command line was
1062810628
1062910629
CONFIG_FILES = $CONFIG_FILES
@@ -10678,7 +10678,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1067810678
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1067910679
ac_cs_config='$ac_cs_config_escaped'
1068010680
ac_cs_version="\\
10681-
itclwidget config.status 4.3.6
10681+
itclwidget config.status 4.3.7
1068210682
configured by $0, generated by GNU Autoconf 2.72,
1068310683
with options \\"\$ac_cs_config\\"
1068410684

itclWidget/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# so you can encode the package version directly into the source files.
1111
#-----------------------------------------------------------------------
1212

13-
AC_INIT([itclwidget],[4.3.6])
13+
AC_INIT([itclwidget],[4.3.7])
1414

1515
#--------------------------------------------------------------------
1616
# Call TEA_INIT as the first TEA_ macro to set up initial vars.

itclWidget/pkgIndex.tcl.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
if {![package vsatisfies [package provide Tcl] 8.6-]} {return}
66

7-
if {[package vsatisfies [package provide Tcl] 9.0-]} {
7+
if {[package vsatisfies [package provide Tcl] 9.0]} {
88
package ifneeded itclwidget @PACKAGE_VERSION@ \
99
[list package require itcl 4.0.0] \
1010
[list package require Tk 8.6-] \

itclWidget/tests/widgetadaptor.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ testsNeedTcltest 2.2
9292
interp alias {} type {} ::itcl::type
9393
interp alias {} widgetadaptor {} ::itcl::widgetadaptor
9494

95-
package require Tk 8.6
95+
package require Tk 8.6-
9696

9797
# Marks tests which are only for Tk.
9898
tcltest::testConstraint tk [info exists tk_version]

itclWidget/tests/widgetclass.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ testsNeedTcltest 2.2
9494
interp alias {} type {} ::itcl::type
9595
interp alias {} widget {} ::itcl::widget
9696

97-
package require Tk 8.6
97+
package require Tk 8.6-
9898

9999
# Marks tests which are only for Tk.
100100
tcltest::testConstraint tk [info exists tk_version]

library/itclHullCmds.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the file "license.terms" for information on usage and
1313
# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
1414

15-
package require Tk 8.6 9
15+
package require Tk 8.6-
1616

1717
namespace eval ::itcl::internal::commands {
1818

0 commit comments

Comments
 (0)