Skip to content

Commit

Permalink
Prep for 1.3.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed May 6, 2023
1 parent 1715e0a commit eb4c513
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PAPPL - Printer Application Library

Copyright © 2020-2022 by Michael R Sweet.
Copyright © 2020-2023 by Michael R Sweet.
Copyright © 2007-2019 by Apple Inc.
Copyright © 1997-2007 by Easy Software Products.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ end up as pull requests on Github.
Legal Stuff
-----------

PAPPL is Copyright © 2019-2022 by Michael R Sweet.
PAPPL is Copyright © 2019-2023 by Michael R Sweet.

This software is licensed under the Apache License Version 2.0 with an
(optional) exception to allow linking against GPL2/LGPL2 software (like older
Expand Down
2 changes: 1 addition & 1 deletion config.h.in
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
24 changes: 12 additions & 12 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.71 for pappl 1.3.1.
# Generated by GNU Autoconf 2.71 for pappl 1.3.2.
#
# Report bugs to <https://github.com/michaelrsweet/pappl/issues>.
#
Expand Down Expand Up @@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='pappl'
PACKAGE_TARNAME='pappl'
PACKAGE_VERSION='1.3.1'
PACKAGE_STRING='pappl 1.3.1'
PACKAGE_VERSION='1.3.2'
PACKAGE_STRING='pappl 1.3.2'
PACKAGE_BUGREPORT='https://github.com/michaelrsweet/pappl/issues'
PACKAGE_URL='https://www.msweet.org/pappl'

Expand Down Expand Up @@ -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.3.1 to adapt to many kinds of systems.
\`configure' configures pappl 1.3.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1376,7 +1376,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of pappl 1.3.1:";;
short | recursive ) echo "Configuration of pappl 1.3.2:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1485,7 +1485,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
pappl configure 1.3.1
pappl configure 1.3.2
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -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.3.1, which was
It was created by pappl $as_me 1.3.2, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -2461,9 +2461,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers config.h"


PAPPL_VERSION="1.3.1"
PAPPL_VERSION_MAJOR="`echo 1.3.1 | awk -F. '{print $1}'`"
PAPPL_VERSION_MINOR="`echo 1.3.1 | awk -F. '{printf("%d\n",$2);}'`"
PAPPL_VERSION="1.3.2"
PAPPL_VERSION_MAJOR="`echo 1.3.2 | awk -F. '{print $1}'`"
PAPPL_VERSION_MINOR="`echo 1.3.2 | awk -F. '{printf("%d\n",$2);}'`"



Expand Down Expand Up @@ -5929,7 +5929,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.3.1, which was
This file was extended by pappl $as_me 1.3.2, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5994,7 +5994,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.3.1
pappl config.status 1.3.2
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl
dnl Configuration script for the Printer Application Framework
dnl
dnl Copyright © 2019-2022 by Michael R Sweet
dnl Copyright © 2019-2023 by Michael R Sweet
dnl
dnl Licensed under Apache License v2.0. See the file "LICENSE" for more
dnl information.
Expand All @@ -21,7 +21,7 @@ AC_PREREQ([2.70])


dnl Package name and version...
AC_INIT([pappl], [1.3.1], [https://github.com/michaelrsweet/pappl/issues], [pappl], [https://www.msweet.org/pappl])
AC_INIT([pappl], [1.3.2], [https://github.com/michaelrsweet/pappl/issues], [pappl], [https://www.msweet.org/pappl])
AC_CONFIG_HEADERS([config.h])

PAPPL_VERSION="AC_PACKAGE_VERSION"
Expand Down
4 changes: 2 additions & 2 deletions vcnet/config.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -107,7 +107,7 @@ typedef unsigned long useconds_t;


// Version numbers
#define PAPPL_VERSION "1.3.1"
#define PAPPL_VERSION "1.3.2"
#define PAPPL_VERSION_MAJOR 1
#define PAPPL_VERSION_MINOR 3

Expand Down
4 changes: 2 additions & 2 deletions vcnet/libpappl1_native.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>libpappl1_native</id>
<title>Printer Application Framework (PAPPL) for VS2019+</title>
<version>1.3.0</version>
<version>1.3.2</version>
<authors>Michael R Sweet</authors>
<owners>michaelrsweet</owners>
<projectUrl>https://github.com/michaelrsweet/pappl</projectUrl>
Expand All @@ -18,7 +18,7 @@ Applications, which are the recommended replacement for printer drivers. PAPPL i
<tags>airprint everywhere http ipp mopria native</tags>
<dependencies>
<dependency id="libcups2_native" version="2.4.3.4" />
<dependency id="libpappl1_native.redist" version="1.3.0" />
<dependency id="libpappl1_native.redist" version="1.3.2" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion vcnet/libpappl1_native.redist.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>libpappl1_native.redist</id>
<title>Printer Application Framework (PAPPL) for VS2019+ Redist</title>
<version>1.3.0</version>
<version>1.3.2</version>
<authors>Michael R Sweet</authors>
<owners>michaelrsweet</owners>
<projectUrl>https://github.com/michaelrsweet/pappl</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions xcode/config.h
Original file line number Diff line number Diff line change
@@ -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.3.1"
#define PAPPL_VERSION "1.3.2"
#define PAPPL_VERSION_MAJOR 1
#define PAPPL_VERSION_MINOR 3

Expand Down

0 comments on commit eb4c513

Please sign in to comment.