Skip to content

Commit b9307eb

Browse files
author
jan.nijtmans
committed
Version -> 2.8.12, as preparation for next release
1 parent 7b4dd91 commit b9307eb

File tree

6 files changed

+15
-17
lines changed

6 files changed

+15
-17
lines changed

configure

Lines changed: 10 additions & 12 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 thread 2.8.11.
3+
# Generated by GNU Autoconf 2.72 for thread 2.8.12.
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='thread'
603603
PACKAGE_TARNAME='thread'
604-
PACKAGE_VERSION='2.8.11'
605-
PACKAGE_STRING='thread 2.8.11'
604+
PACKAGE_VERSION='2.8.12'
605+
PACKAGE_STRING='thread 2.8.12'
606606
PACKAGE_BUGREPORT=''
607607
PACKAGE_URL=''
608608

@@ -1325,7 +1325,7 @@ if test "$ac_init_help" = "long"; then
13251325
# Omit some internal or obsolete options to make the list less imposing.
13261326
# This message is too long to be a string in the A/UX 3.1 sh.
13271327
cat <<_ACEOF
1328-
'configure' configures thread 2.8.11 to adapt to many kinds of systems.
1328+
'configure' configures thread 2.8.12 to adapt to many kinds of systems.
13291329
13301330
Usage: $0 [OPTION]... [VAR=VALUE]...
13311331
@@ -1387,7 +1387,7 @@ fi
13871387

13881388
if test -n "$ac_init_help"; then
13891389
case $ac_init_help in
1390-
short | recursive ) echo "Configuration of thread 2.8.11:";;
1390+
short | recursive ) echo "Configuration of thread 2.8.12:";;
13911391
esac
13921392
cat <<\_ACEOF
13931393
@@ -1492,7 +1492,7 @@ fi
14921492
test -n "$ac_init_help" && exit $ac_status
14931493
if $ac_init_version; then
14941494
cat <<\_ACEOF
1495-
thread configure 2.8.11
1495+
thread configure 2.8.12
14961496
generated by GNU Autoconf 2.72
14971497
14981498
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1799,7 +1799,7 @@ cat >config.log <<_ACEOF
17991799
This file contains any messages produced by compilers while
18001800
running configure, to aid debugging if configure makes a mistake.
18011801
1802-
It was created by thread $as_me 2.8.11, which was
1802+
It was created by thread $as_me 2.8.12, which was
18031803
generated by GNU Autoconf 2.72. Invocation command line was
18041804
18051805
$ $0$ac_configure_args_raw
@@ -7204,7 +7204,7 @@ fi
72047204
SHLIB_LD='${CC} -shared'
72057205
SHLIB_SUFFIX=".dll"
72067206
if test "${TEA_PLATFORM}" = "unix" -a "${TCL_MAJOR_VERSION}" -gt 8 -a x"${with_tcl8}" = x; then
7207-
SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,--out-implib,\$(patsubst cyg%.dll,lib%.dll.a,\$@)"
7207+
SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,--out-implib,\$(patsubst cyg%.dll,lib%.dll,\$@).a"
72087208
else
72097209
SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,--out-implib,\$@.a"
72107210
fi
@@ -9302,8 +9302,6 @@ rm -rf conftest*
93029302

93039303
printf "%s\n" "#define TCL_MAJOR_VERSION 8" >>confdefs.h
93049304

9305-
fi
9306-
if test "${TCL_MAJOR_VERSION}" -gt 8 -a x"${with_tk8}" != x; then
93079305

93089306
printf "%s\n" "#define TK_MAJOR_VERSION 8" >>confdefs.h
93099307

@@ -9979,7 +9977,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
99799977
# report actual input values of CONFIG_FILES etc. instead of their
99809978
# values after options handling.
99819979
ac_log="
9982-
This file was extended by thread $as_me 2.8.11, which was
9980+
This file was extended by thread $as_me 2.8.12, which was
99839981
generated by GNU Autoconf 2.72. Invocation command line was
99849982
99859983
CONFIG_FILES = $CONFIG_FILES
@@ -10034,7 +10032,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1003410032
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1003510033
ac_cs_config='$ac_cs_config_escaped'
1003610034
ac_cs_version="\\
10037-
thread config.status 2.8.11
10035+
thread config.status 2.8.12
1003810036
configured by $0, generated by GNU Autoconf 2.72,
1003910037
with options \\"\$ac_cs_config\\"
1004010038

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnl to configure the system for the local environment.
1717
# so you can encode the package version directly into the source files.
1818
#-----------------------------------------------------------------------
1919

20-
AC_INIT([thread],[2.8.11])
20+
AC_INIT([thread],[2.8.12])
2121

2222
#--------------------------------------------------------------------
2323
# Call TEA_INIT as the first TEA_ macro to set up initial vars.

generic/threadCmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* files built as part of that shell. Example: basekits.
2929
*/
3030
#ifndef PACKAGE_VERSION
31-
#define PACKAGE_VERSION "2.8.11"
31+
#define PACKAGE_VERSION "2.8.12"
3232
#endif
3333

3434
/*

lib/ttrace.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ namespace eval ttrace {
7373
}
7474

7575
# Keep in sync with the Thread package
76-
package provide Ttrace 2.8.11
76+
package provide Ttrace 2.8.12
7777

7878
# Package variables
7979
variable resolvers "" ; # List of registered resolvers

project.shed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ e47b6a79a963c99b7de15a4817b3010fbb3dd693 {
6464
entity {
6565
name: thread
6666
shed_class: package
67-
version: 2.8.11
67+
version: 2.8.12
6868
}
6969
meta {
7070
build: tea

win/pkg.vc

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

44
PACKAGE_MAJOR = 2
55
PACKAGE_MINOR = 8
6-
PACKAGE_VERSION = "2.8.11"
6+
PACKAGE_VERSION = "2.8.12"

0 commit comments

Comments
 (0)