From 6defbf41fc2c6f4aa05a418a467516872d4044b6 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Thu, 3 Oct 2024 12:06:36 +0000 Subject: [PATCH] Version -> 3.0.1 --- configure | 18 +++++++++--------- configure.ac | 2 +- generic/threadCmd.c | 2 +- lib/ttrace.tcl | 4 ++-- project.shed | 2 +- tests/all.tcl | 2 +- win/pkg.vc | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/configure b/configure index e54348e..8403d7e 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.72 for thread 3.0.0. +# Generated by GNU Autoconf 2.72 for thread 3.0.1. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, @@ -601,8 +601,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='thread' PACKAGE_TARNAME='thread' -PACKAGE_VERSION='3.0.0' -PACKAGE_STRING='thread 3.0.0' +PACKAGE_VERSION='3.0.1' +PACKAGE_STRING='thread 3.0.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -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.0.0 to adapt to many kinds of systems. +'configure' configures thread 3.0.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1397,7 +1397,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of thread 3.0.0:";; + short | recursive ) echo "Configuration of thread 3.0.1:";; esac cat <<\_ACEOF @@ -1503,7 +1503,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -thread configure 3.0.0 +thread configure 3.0.1 generated by GNU Autoconf 2.72 Copyright (C) 2023 Free Software Foundation, Inc. @@ -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.0.0, which was +It was created by thread $as_me 3.0.1, which was generated by GNU Autoconf 2.72. Invocation command line was $ $0$ac_configure_args_raw @@ -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.0.0, which was +This file was extended by thread $as_me 3.0.1, which was generated by GNU Autoconf 2.72. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -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.0.0 +thread config.status 3.0.1 configured by $0, generated by GNU Autoconf 2.72, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 8a891c0..ee453c8 100644 --- a/configure.ac +++ b/configure.ac @@ -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.0.0]) +AC_INIT([thread],[3.0.1]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. diff --git a/generic/threadCmd.c b/generic/threadCmd.c index 29f0349..9f9678c 100644 --- a/generic/threadCmd.c +++ b/generic/threadCmd.c @@ -29,7 +29,7 @@ * files built as part of that shell. Example: basekits. */ #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "3.0.0" +#define PACKAGE_VERSION "3.0.1" #endif /* diff --git a/lib/ttrace.tcl b/lib/ttrace.tcl index c986cce..30a1200 100644 --- a/lib/ttrace.tcl +++ b/lib/ttrace.tcl @@ -73,8 +73,8 @@ namespace eval ttrace { } # Keep in sync with the thread package - package provide ttrace 3.0.0 - package provide Ttrace 3.0.0 + package provide ttrace 3.0.1 + package provide Ttrace 3.0.1 # Package variables variable resolvers "" ; # List of registered resolvers diff --git a/project.shed b/project.shed index 3ae6913..01cd0d2 100644 --- a/project.shed +++ b/project.shed @@ -64,7 +64,7 @@ e47b6a79a963c99b7de15a4817b3010fbb3dd693 { entity { name: thread shed_class: package - version: 3.0.0 + version: 3.0.1 } meta { build: tea diff --git a/tests/all.tcl b/tests/all.tcl index 006e276..9e568e4 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -9,7 +9,7 @@ package require tcltest ::tcltest::loadTestedCommands -package require -exact thread 3.0.0 +package require -exact thread 3.0.1 set ::tcltest::testSingleFile false set ::tcltest::testsDirectory [file dir [info script]] diff --git a/win/pkg.vc b/win/pkg.vc index 07bf4e0..2e32d0a 100644 --- a/win/pkg.vc +++ b/win/pkg.vc @@ -3,4 +3,4 @@ PACKAGE_MAJOR = 3 PACKAGE_MINOR = 0 -PACKAGE_VERSION = "3.0.0" +PACKAGE_VERSION = "3.0.1"