From fab52f1c57e5663d16cabbb27f52db86e0bf88b6 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 5 Feb 2024 14:44:10 -0500 Subject: [PATCH] Bump versions. --- configure | 26 +++++++++++++------------- configure.ac | 2 +- lprint.spec | 2 +- snap/snapcraft.yaml | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/configure b/configure index 56e2e1e..324682b 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 lprint 1.3.0. +# Generated by GNU Autoconf 2.71 for lprint 1.3.1. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='lprint' PACKAGE_TARNAME='lprint' -PACKAGE_VERSION='1.3.0' -PACKAGE_STRING='lprint 1.3.0' +PACKAGE_VERSION='1.3.1' +PACKAGE_STRING='lprint 1.3.1' PACKAGE_BUGREPORT='https://github.com/michaelrsweet/lprint/issues' PACKAGE_URL='https://michaelrsweet.github.io/lprint' @@ -1250,7 +1250,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 lprint 1.3.0 to adapt to many kinds of systems. +\`configure' configures lprint 1.3.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1316,7 +1316,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of lprint 1.3.0:";; + short | recursive ) echo "Configuration of lprint 1.3.1:";; esac cat <<\_ACEOF @@ -1412,7 +1412,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -lprint configure 1.3.0 +lprint configure 1.3.1 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1488,7 +1488,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 lprint $as_me 1.3.0, which was +It was created by lprint $as_me 1.3.1, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2237,15 +2237,15 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" -LPRINT_VERSION="1.3.0" +LPRINT_VERSION="1.3.1" printf "%s\n" "#define LPRINT_VERSION \"$LPRINT_VERSION\"" >>confdefs.h -LPRINT_MAJOR_VERSION="$(echo 1.3.0 | awk -F. '{print $1}')" -LPRINT_MINOR_VERSION="$(echo 1.3.0 | awk -F. '{print $2}')" -LPRINT_PATCH_VERSION="$(echo 1.3.0 | awk -F. '{print $3}')" +LPRINT_MAJOR_VERSION="$(echo 1.3.1 | awk -F. '{print $1}')" +LPRINT_MINOR_VERSION="$(echo 1.3.1 | awk -F. '{print $2}')" +LPRINT_PATCH_VERSION="$(echo 1.3.1 | awk -F. '{print $3}')" printf "%s\n" "#define LPRINT_MAJOR_VERSION $LPRINT_MAJOR_VERSION" >>confdefs.h @@ -4676,7 +4676,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 lprint $as_me 1.3.0, which was +This file was extended by lprint $as_me 1.3.1, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4741,7 +4741,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="\\ -lprint config.status 1.3.0 +lprint config.status 1.3.1 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 285dff6..a86fa34 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_PREREQ(2.60) dnl Package name and version... -AC_INIT([lprint], [1.3.0], [https://github.com/michaelrsweet/lprint/issues], [lprint], [https://michaelrsweet.github.io/lprint]) +AC_INIT([lprint], [1.3.1], [https://github.com/michaelrsweet/lprint/issues], [lprint], [https://michaelrsweet.github.io/lprint]) AC_CONFIG_HEADERS([config.h]) LPRINT_VERSION="AC_PACKAGE_VERSION" diff --git a/lprint.spec b/lprint.spec index 5c4c527..04f4557 100644 --- a/lprint.spec +++ b/lprint.spec @@ -3,7 +3,7 @@ # Name: lprint -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: LPrint, A Label Printer Application License: ASL 2.0 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index cb77250..d0fc123 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: lprint base: core22 -version: "1.3.0" +version: "1.3.1" summary: A Label Printer Application description: | LPrint implements printing for a variety of common label and receipt printers