Skip to content

Commit

Permalink
1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Feb 17, 2020
1 parent d3dcb04 commit 523d741
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
LPrint Change History
=====================

v1.0 - February 17, 2020
------------------------

- First production release.


v1.0rc1 - February 10, 2020
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
20 changes: 10 additions & 10 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.69 for lprint 1.0rc1.
# Generated by GNU Autoconf 2.69 for lprint 1.0.
#
# Report bugs to <https://github.com/michaelrsweet/lprint/issues>.
#
Expand Down Expand Up @@ -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'

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.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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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 $@
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"
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.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"
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.0rc1
Version: 1.0
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: 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
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 number
#define LPRINT_VERSION "1.0rc1"
#define LPRINT_VERSION "1.0"


// DNS-SD (mDNSResponder or Avahi)
Expand Down

0 comments on commit 523d741

Please sign in to comment.