Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Sep 7, 2023
1 parent d21cbaf commit 9f0de70
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
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.3.
# Generated by GNU Autoconf 2.71 for pappl 1.3.4.
#
# 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.3'
PACKAGE_STRING='pappl 1.3.3'
PACKAGE_VERSION='1.3.4'
PACKAGE_STRING='pappl 1.3.4'
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.3 to adapt to many kinds of systems.
\`configure' configures pappl 1.3.4 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.3:";;
short | recursive ) echo "Configuration of pappl 1.3.4:";;
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.3
pappl configure 1.3.4
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.3, which was
It was created by pappl $as_me 1.3.4, 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.3"
PAPPL_VERSION_MAJOR="`echo 1.3.3 | awk -F. '{print $1}'`"
PAPPL_VERSION_MINOR="`echo 1.3.3 | awk -F. '{printf("%d\n",$2);}'`"
PAPPL_VERSION="1.3.4"
PAPPL_VERSION_MAJOR="`echo 1.3.4 | awk -F. '{print $1}'`"
PAPPL_VERSION_MINOR="`echo 1.3.4 | 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.3, which was
This file was extended by pappl $as_me 1.3.4, 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.3
pappl config.status 1.3.4
configured by $0, generated by GNU Autoconf 2.71,
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 @@ -21,7 +21,7 @@ AC_PREREQ([2.70])


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

PAPPL_VERSION="AC_PACKAGE_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion vcnet/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ typedef unsigned long useconds_t;


// Version numbers
#define PAPPL_VERSION "1.3.3"
#define PAPPL_VERSION "1.3.4"
#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.3</version>
<version>1.3.4</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.3" />
<dependency id="libpappl1_native.redist" version="1.3.4" />
</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.3</version>
<version>1.3.4</version>
<authors>Michael R Sweet</authors>
<owners>michaelrsweet</owners>
<projectUrl>https://github.com/michaelrsweet/pappl</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion xcode/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//

// Version numbers
#define PAPPL_VERSION "1.3.3"
#define PAPPL_VERSION "1.3.4"
#define PAPPL_VERSION_MAJOR 1
#define PAPPL_VERSION_MINOR 3

Expand Down

0 comments on commit 9f0de70

Please sign in to comment.