From 523d7413f9a9eabb11c332b2477ef482d4ecd5ca Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 17 Feb 2020 18:13:00 -0500 Subject: [PATCH] 1.0 release. --- CHANGES.md | 6 ++++++ DOCUMENTATION.md | 2 +- configure | 20 ++++++++++---------- configure.ac | 2 +- lprint.spec | 2 +- snap/snapcraft.yaml | 2 +- xcode/config.h | 2 +- 7 files changed, 21 insertions(+), 15 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1c38600..5165600 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ LPrint Change History ===================== +v1.0 - February 17, 2020 +------------------------ + +- First production release. + + v1.0rc1 - February 10, 2020 --------------------------- diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 3064870..236842b 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1,7 +1,7 @@ LPrint Documentation ==================== -LPrint v1.0rc1 - February 10, 2020 +LPrint v1.0 - February 17, 2020 Copyright 2019-2020 by Michael R Sweet LPrint is licensed under the Apache License Version 2.0 with an exception to diff --git a/configure b/configure index 6824473..cfaec22 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.69 for lprint 1.0rc1. +# Generated by GNU Autoconf 2.69 for lprint 1.0. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='lprint' PACKAGE_TARNAME='lprint' -PACKAGE_VERSION='1.0rc1' -PACKAGE_STRING='lprint 1.0rc1' +PACKAGE_VERSION='1.0' +PACKAGE_STRING='lprint 1.0' 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.0rc1 to adapt to many kinds of systems. +\`configure' configures lprint 1.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1315,7 +1315,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of lprint 1.0rc1:";; + short | recursive ) echo "Configuration of lprint 1.0:";; esac cat <<\_ACEOF @@ -1413,7 +1413,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -lprint configure 1.0rc1 +lprint configure 1.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1782,7 +1782,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.0rc1, which was +It was created by lprint $as_me 1.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2133,7 +2133,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" -LPRINT_VERSION="1.0rc1" +LPRINT_VERSION="1.0" cat >>confdefs.h <<_ACEOF @@ -4658,7 +4658,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.0rc1, which was +This file was extended by lprint $as_me 1.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4721,7 +4721,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -lprint config.status 1.0rc1 +lprint config.status 1.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index dd1dc34..fad1b74 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_PREREQ(2.60) dnl Package name and version... -AC_INIT([lprint], [1.0rc1], [https://github.com/michaelrsweet/lprint/issues], [lprint], [https://michaelrsweet.github.io/lprint]) +AC_INIT([lprint], [1.0], [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 4dcc72e..9ffd695 100644 --- a/lprint.spec +++ b/lprint.spec @@ -3,7 +3,7 @@ # Name: lprint -Version: 1.0rc1 +Version: 1.0 Release: 0 Summary: LPrint, A Label Printer Application License: ASL 2.0 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e85b8fb..7742c61 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: lprint base: core18 -version: 1.0rc1 +version: 1.0 summary: A Label Printer Application description: | LPrint implements printing for a variety of common label and receipt printers diff --git a/xcode/config.h b/xcode/config.h index 4e6ed3f..0bc2ac5 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -8,7 +8,7 @@ // // Version number -#define LPRINT_VERSION "1.0rc1" +#define LPRINT_VERSION "1.0" // DNS-SD (mDNSResponder or Avahi)