From 8d173323f07fb2ccc30bad59503b3bb9d312fd0c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 10 Oct 2023 11:00:44 -0400 Subject: [PATCH] Bump version to 1.4.1. --- config.h.in | 2 +- configure | 24 ++++++++++++------------ configure.ac | 2 +- vcnet/config.h | 4 ++-- vcnet/libpappl1_native.nuspec | 8 ++++---- vcnet/libpappl1_native.redist.nuspec | 6 +++--- xcode/Info.plist | 2 +- xcode/config.h | 4 ++-- xcode/pappl.xcodeproj/project.pbxproj | 8 ++++---- 9 files changed, 30 insertions(+), 30 deletions(-) diff --git a/config.h.in b/config.h.in index 828aaf52..1b68ce75 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ // // Configuration header file for the Printer Application Framework // -// Copyright © 2019-2022 by Michael R Sweet. +// Copyright © 2019-2023 by Michael R Sweet. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. diff --git a/configure b/configure index 845bc943..93d857ac 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 pappl 1.4.0. +# Generated by GNU Autoconf 2.71 for pappl 1.4.1. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='pappl' PACKAGE_TARNAME='pappl' -PACKAGE_VERSION='1.4.0' -PACKAGE_STRING='pappl 1.4.0' +PACKAGE_VERSION='1.4.1' +PACKAGE_STRING='pappl 1.4.1' PACKAGE_BUGREPORT='https://github.com/michaelrsweet/pappl/issues' PACKAGE_URL='https://www.msweet.org/pappl' @@ -1310,7 +1310,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 pappl 1.4.0 to adapt to many kinds of systems. +\`configure' configures pappl 1.4.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1376,7 +1376,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pappl 1.4.0:";; + short | recursive ) echo "Configuration of pappl 1.4.1:";; esac cat <<\_ACEOF @@ -1485,7 +1485,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pappl configure 1.4.0 +pappl configure 1.4.1 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1703,7 +1703,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 pappl $as_me 1.4.0, which was +It was created by pappl $as_me 1.4.1, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2461,9 +2461,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" -PAPPL_VERSION="1.4.0" -PAPPL_VERSION_MAJOR="`echo 1.4.0 | awk -F. '{print $1}'`" -PAPPL_VERSION_MINOR="`echo 1.4.0 | awk -F. '{printf("%d\n",$2);}'`" +PAPPL_VERSION="1.4.1" +PAPPL_VERSION_MAJOR="`echo 1.4.1 | awk -F. '{print $1}'`" +PAPPL_VERSION_MINOR="`echo 1.4.1 | awk -F. '{printf("%d\n",$2);}'`" @@ -5962,7 +5962,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 pappl $as_me 1.4.0, which was +This file was extended by pappl $as_me 1.4.1, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6027,7 +6027,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="\\ -pappl config.status 1.4.0 +pappl config.status 1.4.1 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index fab50edb..ed0a6ba7 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.70]) dnl Package name and version... -AC_INIT([pappl], [1.4.0], [https://github.com/michaelrsweet/pappl/issues], [pappl], [https://www.msweet.org/pappl]) +AC_INIT([pappl], [1.4.1], [https://github.com/michaelrsweet/pappl/issues], [pappl], [https://www.msweet.org/pappl]) AC_CONFIG_HEADERS([config.h]) PAPPL_VERSION="AC_PACKAGE_VERSION" diff --git a/vcnet/config.h b/vcnet/config.h index 78c15233..4e69b726 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -1,7 +1,7 @@ // // Visual Studio configuration header file for the Printer Application Framework // -// Copyright © 2019-2022 by Michael R Sweet. +// Copyright © 2019-2023 by Michael R Sweet. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. @@ -107,7 +107,7 @@ typedef unsigned long useconds_t; // Version numbers -#define PAPPL_VERSION "1.4.0" +#define PAPPL_VERSION "1.4.1" #define PAPPL_VERSION_MAJOR 1 #define PAPPL_VERSION_MINOR 4 diff --git a/vcnet/libpappl1_native.nuspec b/vcnet/libpappl1_native.nuspec index 919ed562..30d10c0e 100644 --- a/vcnet/libpappl1_native.nuspec +++ b/vcnet/libpappl1_native.nuspec @@ -3,7 +3,7 @@ libpappl1_native Printer Application Framework (PAPPL) for VS2019+ - 1.4.0.0 + 1.4.1.0 Michael R Sweet michaelrsweet https://github.com/michaelrsweet/pappl @@ -14,11 +14,11 @@ Printer Application Framework (PAPPL) for VS2019+ PAPPL is a simple C-based framework/library for developing CUPS Printer Applications, which are the recommended replacement for printer drivers. PAPPL is licensed under the Apache License Version 2.0 with an exception to allow linking against GNU GPL2-only software. - Copyright © 2019-2022 by Michael R Sweet + Copyright © 2019-2023 by Michael R Sweet airprint everywhere http ipp mopria native - - + + diff --git a/vcnet/libpappl1_native.redist.nuspec b/vcnet/libpappl1_native.redist.nuspec index 120819ff..b5680c29 100644 --- a/vcnet/libpappl1_native.redist.nuspec +++ b/vcnet/libpappl1_native.redist.nuspec @@ -3,7 +3,7 @@ libpappl1_native.redist Printer Application Framework (PAPPL) for VS2019+ Redist - 1.4.0.0 + 1.4.1.0 Michael R Sweet michaelrsweet https://github.com/michaelrsweet/pappl @@ -14,10 +14,10 @@ Redistributable components for package 'libpappl1_native'. This package should only be installed as a dependency. PAPPL is a simple C-based framework/library for developing CUPS Printer Applications, which are the recommended replacement for printer drivers. This package provides the redistributable content for PAPPL. PAPPL is licensed under the Apache License Version 2.0 with an exception to allow linking against GNU GPL2-only software. - Copyright © 2019-2022 by Michael R Sweet + Copyright © 2019-2023 by Michael R Sweet airprint everywhere http ipp mopria native - + diff --git a/xcode/Info.plist b/xcode/Info.plist index 8e993ed3..735d6ff2 100644 --- a/xcode/Info.plist +++ b/xcode/Info.plist @@ -19,6 +19,6 @@ CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright - Copyright © 2019-2022 Michael Sweet. All rights reserved. + Copyright © 2019-2023 Michael Sweet. All rights reserved. diff --git a/xcode/config.h b/xcode/config.h index 195085ba..100dee7a 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -1,14 +1,14 @@ // // Xcode configuration header file for the Printer Application Framework // -// Copyright © 2019-2022 by Michael R Sweet. +// Copyright © 2019-2023 by Michael R Sweet. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. // // Version numbers -#define PAPPL_VERSION "1.4.0" +#define PAPPL_VERSION "1.4.1" #define PAPPL_VERSION_MAJOR 1 #define PAPPL_VERSION_MINOR 4 diff --git a/xcode/pappl.xcodeproj/project.pbxproj b/xcode/pappl.xcodeproj/project.pbxproj index 4c02a039..c465999e 100644 --- a/xcode/pappl.xcodeproj/project.pbxproj +++ b/xcode/pappl.xcodeproj/project.pbxproj @@ -1224,7 +1224,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.0; + CURRENT_PROJECT_VERSION = 1.4.1; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1257,7 +1257,7 @@ /usr/local/include, ); LIBRARY_SEARCH_PATHS = /usr/local/lib; - MACOSX_DEPLOYMENT_TARGET = 10.15; + MACOSX_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -1316,7 +1316,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Apple Development"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.0; + CURRENT_PROJECT_VERSION = 1.4.1; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_HARDENED_RUNTIME = YES; @@ -1347,7 +1347,7 @@ /usr/local/include, ); LIBRARY_SEARCH_PATHS = /usr/local/lib; - MACOSX_DEPLOYMENT_TARGET = 10.15; + MACOSX_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; RUN_CLANG_STATIC_ANALYZER = YES;