Skip to content

Commit 8c18a7d

Browse files
author
jan.nijtmans
committed
Version => 4.4a1
2 parents c9a8e7d + ab8545a commit 8c18a7d

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.4a0 source distribution of Itcl, an object oriented
3+
This is the 4.4a1 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.4a0.
3+
# Generated by GNU Autoconf 2.72 for itcl 4.4a1.
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.4a0'
605-
PACKAGE_STRING='itcl 4.4a0'
604+
PACKAGE_VERSION='4.4a1'
605+
PACKAGE_STRING='itcl 4.4a1'
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.4a0 to adapt to many kinds of systems.
1339+
'configure' configures itcl 4.4a1 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.4a0:";;
1401+
short | recursive ) echo "Configuration of itcl 4.4a1:";;
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.4a0
1503+
itcl configure 4.4a1
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.4a0, which was
1869+
It was created by itcl $as_me 4.4a1, 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.4a0, which was
10085+
This file was extended by itcl $as_me 4.4a1, 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.4a0
10140+
itcl config.status 4.4a1
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.4a0])
22+
AC_INIT([itcl],[4.4a1])
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
@@ -72,10 +72,10 @@ extern "C" {
7272
#define ITCL_MAJOR_VERSION 4
7373
#define ITCL_MINOR_VERSION 4
7474
#define ITCL_RELEASE_LEVEL TCL_ALPHA_RELEASE
75-
#define ITCL_RELEASE_SERIAL 0
75+
#define ITCL_RELEASE_SERIAL 1
7676

7777
#define ITCL_VERSION "4.4"
78-
#define ITCL_PATCH_LEVEL "4.4a0"
78+
#define ITCL_PATCH_LEVEL "4.4a1"
7979

8080

8181
/*

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.4a0.
3+
# Generated by GNU Autoconf 2.72 for itclwidget 4.4a1.
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.4a0'
605-
PACKAGE_STRING='itclwidget 4.4a0'
604+
PACKAGE_VERSION='4.4a1'
605+
PACKAGE_STRING='itclwidget 4.4a1'
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.4a0 to adapt to many kinds of systems.
1354+
'configure' configures itclwidget 4.4a1 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.4a0:";;
1416+
short | recursive ) echo "Configuration of itclwidget 4.4a1:";;
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.4a0
1522+
itclwidget configure 4.4a1
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.4a0, which was
1829+
It was created by itclwidget $as_me 4.4a1, which was
18301830
generated by GNU Autoconf 2.72. Invocation command line was
18311831
18321832
$ $0$ac_configure_args_raw
@@ -10638,7 +10638,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1063810638
# report actual input values of CONFIG_FILES etc. instead of their
1063910639
# values after options handling.
1064010640
ac_log="
10641-
This file was extended by itclwidget $as_me 4.4a0, which was
10641+
This file was extended by itclwidget $as_me 4.4a1, which was
1064210642
generated by GNU Autoconf 2.72. Invocation command line was
1064310643
1064410644
CONFIG_FILES = $CONFIG_FILES
@@ -10693,7 +10693,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1069310693
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1069410694
ac_cs_config='$ac_cs_config_escaped'
1069510695
ac_cs_version="\\
10696-
itclwidget config.status 4.4a0
10696+
itclwidget config.status 4.4a1
1069710697
configured by $0, generated by GNU Autoconf 2.72,
1069810698
with options \\"\$ac_cs_config\\"
1069910699

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.4a0])
13+
AC_INIT([itclwidget],[4.4a1])
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.4a0 of Itcl.
1+
This is the release 4.4a1 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)