Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Feb 5, 2024
1 parent 885edd1 commit fab52f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 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 lprint 1.3.0.
# Generated by GNU Autoconf 2.71 for lprint 1.3.1.
#
# Report bugs to <https://github.com/michaelrsweet/lprint/issues>.
#
Expand Down Expand Up @@ -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'

Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lprint.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fab52f1

Please sign in to comment.