Skip to content

Commit 91548a6

Browse files
author
jan.nijtmans
committed
Version => 4.3.5
1 parent 44ac9f7 commit 91548a6

7 files changed

Lines changed: 24 additions & 24 deletions

File tree

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.4 source distribution of Itcl, an object oriented
3+
This is the 4.3.5 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.4.
3+
# Generated by GNU Autoconf 2.72 for itcl 4.3.5.
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.4'
605-
PACKAGE_STRING='itcl 4.3.4'
604+
PACKAGE_VERSION='4.3.5'
605+
PACKAGE_STRING='itcl 4.3.5'
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.4 to adapt to many kinds of systems.
1339+
'configure' configures itcl 4.3.5 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.4:";;
1401+
short | recursive ) echo "Configuration of itcl 4.3.5:";;
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.4
1503+
itcl configure 4.3.5
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.4, which was
1869+
It was created by itcl $as_me 4.3.5, 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.4, which was
10085+
This file was extended by itcl $as_me 4.3.5, 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.4
10140+
itcl config.status 4.3.5
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.4])
22+
AC_INIT([itcl],[4.3.5])
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 4
85+
#define ITCL_RELEASE_SERIAL 5
8686

8787
#define ITCL_VERSION "4.3"
88-
#define ITCL_PATCH_LEVEL "4.3.4"
88+
#define ITCL_PATCH_LEVEL "4.3.5"
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.4.
3+
# Generated by GNU Autoconf 2.72 for itclwidget 4.3.5.
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.4'
605-
PACKAGE_STRING='itclwidget 4.3.4'
604+
PACKAGE_VERSION='4.3.5'
605+
PACKAGE_STRING='itclwidget 4.3.5'
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.4 to adapt to many kinds of systems.
1354+
'configure' configures itclwidget 4.3.5 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.4:";;
1416+
short | recursive ) echo "Configuration of itclwidget 4.3.5:";;
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.4
1522+
itclwidget configure 4.3.5
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.4, which was
1829+
It was created by itclwidget $as_me 4.3.5, 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.4, which was
10626+
This file was extended by itclwidget $as_me 4.3.5, 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.4
10681+
itclwidget config.status 4.3.5
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.4])
13+
AC_INIT([itclwidget],[4.3.5])
1414

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

releasenotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is the release 4.3.4 of Itcl.
1+
This is the release 4.3.5 of Itcl.
22

33
It is intended to be script compatible with Itcl 4.0.* and Itcl 3.4.* .
44
It very likely presents the same public C interface as Itcl 4.0.* .

0 commit comments

Comments
 (0)