Skip to content

Commit

Permalink
Bump to Thread 3.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp committed Jul 24, 2024
1 parent a140024 commit d3aa49f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for thread 3.0b3.
# Generated by GNU Autoconf 2.72 for thread 3.0b4.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
Expand Down Expand Up @@ -601,8 +601,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='thread'
PACKAGE_TARNAME='thread'
PACKAGE_VERSION='3.0b3'
PACKAGE_STRING='thread 3.0b3'
PACKAGE_VERSION='3.0b4'
PACKAGE_STRING='thread 3.0b4'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1335,7 +1335,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
'configure' configures thread 3.0b3 to adapt to many kinds of systems.
'configure' configures thread 3.0b4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1397,7 +1397,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of thread 3.0b3:";;
short | recursive ) echo "Configuration of thread 3.0b4:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1503,7 +1503,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
thread configure 3.0b3
thread configure 3.0b4
generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1810,7 +1810,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by thread $as_me 3.0b3, which was
It was created by thread $as_me 3.0b4, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -10139,7 +10139,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by thread $as_me 3.0b3, which was
This file was extended by thread $as_me 3.0b4, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -10194,7 +10194,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
thread config.status 3.0b3
thread config.status 3.0b4
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dnl to configure the system for the local environment.
# so you can encode the package version directly into the source files.
#-----------------------------------------------------------------------

AC_INIT([thread],[3.0b3])
AC_INIT([thread],[3.0b4])

#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
Expand Down
2 changes: 1 addition & 1 deletion generic/threadCmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* files built as part of that shell. Example: basekits.
*/
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "3.0b3"
#define PACKAGE_VERSION "3.0b4"
#endif

/*
Expand Down
4 changes: 2 additions & 2 deletions lib/ttrace.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ namespace eval ttrace {
}

# Keep in sync with the thread package
package provide ttrace 3.0b3
package provide Ttrace 3.0b3
package provide ttrace 3.0b4
package provide Ttrace 3.0b4

# Package variables
variable resolvers "" ; # List of registered resolvers
Expand Down
2 changes: 1 addition & 1 deletion project.shed
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ e47b6a79a963c99b7de15a4817b3010fbb3dd693 {
entity {
name: thread
shed_class: package
version: 3.0b3
version: 3.0b4
}
meta {
build: tea
Expand Down
2 changes: 1 addition & 1 deletion tests/all.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package require tcltest
::tcltest::loadTestedCommands
package require -exact thread 3.0b3
package require -exact thread 3.0b4

set ::tcltest::testSingleFile false
set ::tcltest::testsDirectory [file dir [info script]]
Expand Down
2 changes: 1 addition & 1 deletion win/pkg.vc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

PACKAGE_MAJOR = 3
PACKAGE_MINOR = 0
PACKAGE_VERSION = "3.0b3"
PACKAGE_VERSION = "3.0b4"

0 comments on commit d3aa49f

Please sign in to comment.