From 7ed214cbcfa1ea509d069de8950f220984ae5b18 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 22 Mar 2024 15:10:12 -0400 Subject: [PATCH] Bump version. --- configure | 20 ++++++++++---------- configure.ac | 2 +- mxml.spec | 2 +- vcnet/config.h | 2 +- vcnet/libmxml4_native.nuspec | 4 ++-- vcnet/libmxml4_native.redist.nuspec | 2 +- xcode/config.h | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/configure b/configure index d6b6af3..c589dc9 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.71 for Mini-XML 4.0.1. +# Generated by GNU Autoconf 2.71 for Mini-XML 4.0.2. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Mini-XML' PACKAGE_TARNAME='mxml' -PACKAGE_VERSION='4.0.1' -PACKAGE_STRING='Mini-XML 4.0.1' +PACKAGE_VERSION='4.0.2' +PACKAGE_STRING='Mini-XML 4.0.2' PACKAGE_BUGREPORT='https://github.com/michaelrsweet/mxml/issues' PACKAGE_URL='https://www.msweet.org/mxml' @@ -1299,7 +1299,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 Mini-XML 4.0.1 to adapt to many kinds of systems. +\`configure' configures Mini-XML 4.0.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1365,7 +1365,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Mini-XML 4.0.1:";; + short | recursive ) echo "Configuration of Mini-XML 4.0.2:";; esac cat <<\_ACEOF @@ -1468,7 +1468,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Mini-XML configure 4.0.1 +Mini-XML configure 4.0.2 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1667,7 +1667,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 Mini-XML $as_me 4.0.1, which was +It was created by Mini-XML $as_me 4.0.2, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2425,7 +2425,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" -MXML_VERSION="4.0.1" +MXML_VERSION="4.0.2" printf "%s\n" "#define MXML_VERSION \"Mini-XML v$MXML_VERSION\"" >>confdefs.h @@ -5232,7 +5232,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 Mini-XML $as_me 4.0.1, which was +This file was extended by Mini-XML $as_me 4.0.2, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5297,7 +5297,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="\\ -Mini-XML config.status 4.0.1 +Mini-XML config.status 4.0.2 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 52273da..83116ce 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ([2.70]) dnl Package name and version... -AC_INIT([Mini-XML], [4.0.1], [https://github.com/michaelrsweet/mxml/issues], [mxml], [https://www.msweet.org/mxml]) +AC_INIT([Mini-XML], [4.0.2], [https://github.com/michaelrsweet/mxml/issues], [mxml], [https://www.msweet.org/mxml]) AC_CONFIG_HEADERS([config.h]) MXML_VERSION="AC_PACKAGE_VERSION" diff --git a/mxml.spec b/mxml.spec index 1946784..6f985b9 100644 --- a/mxml.spec +++ b/mxml.spec @@ -11,7 +11,7 @@ Summary: Small XML file parsing library Name: mxml -Version: 4.0.1 +Version: 4.0.2 Release: 1 License: Apache 2.0 Group: Development/Libraries diff --git a/vcnet/config.h b/vcnet/config.h index 072eceb..b65beae 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -57,7 +57,7 @@ // Version number // -# define MXML_VERSION "Mini-XML v4.0.1" +# define MXML_VERSION "Mini-XML v4.0.2" // diff --git a/vcnet/libmxml4_native.nuspec b/vcnet/libmxml4_native.nuspec index e9f6429..0f7a48e 100644 --- a/vcnet/libmxml4_native.nuspec +++ b/vcnet/libmxml4_native.nuspec @@ -3,7 +3,7 @@ libmxml2_native Small XML File Parsing Library for VS2019+ - 4.0.1 + 4.0.2 Michael R Sweet michaelrsweet https://github.com/michaelrsweet/mxml @@ -16,7 +16,7 @@ Copyright © 2003-2024 by Michael R Sweet xml - + diff --git a/vcnet/libmxml4_native.redist.nuspec b/vcnet/libmxml4_native.redist.nuspec index 7980719..57d2d7a 100644 --- a/vcnet/libmxml4_native.redist.nuspec +++ b/vcnet/libmxml4_native.redist.nuspec @@ -3,7 +3,7 @@ libmxml2_native.redist Small XML File Parsing Library for VS2019+ Redist - 4.0.1 + 4.0.2 Michael R Sweet michaelrsweet https://github.com/michaelrsweet/mxml diff --git a/xcode/config.h b/xcode/config.h index 7209e69..6d51147 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -22,7 +22,7 @@ // Version number // -# define MXML_VERSION "Mini-XML v4.0.1" +# define MXML_VERSION "Mini-XML v4.0.2" //